inspektors/include/main.h

11 lines
144 B
C
Raw Normal View History

2017-11-24 13:29:36 +02:00
#ifndef MAIN_H
#define MAIN_H
void initIO(void);
void blinkLed(void);
void readTemp(void);
void readPhoto(void);
void runServos(void);
#endif