1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-05-20 13:49:37 +02:00
cdf2018-principal/chef/src/ihm.h

15 lines
176 B
C

#ifndef __IHM_H_
#define __IHM_H_
#include <stdbool.h>
// Public
void configureIHM();
void startIHM();
void deconfigureIHM();
// Private
void* TaskIHM(void *pdata);
#endif