1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-06-03 03:25:00 +02:00
cdf2018-principal/chef/src/ihm.h

15 lines
176 B
C
Raw Normal View History

2018-04-30 16:15:47 +02:00
#ifndef __IHM_H_
#define __IHM_H_
2018-04-30 22:40:20 +02:00
#include <stdbool.h>
2018-04-30 16:15:47 +02:00
// Public
void configureIHM();
void startIHM();
void deconfigureIHM();
// Private
void* TaskIHM(void *pdata);
#endif