11 lines
144 B
C
11 lines
144 B
C
|
#ifndef MAIN_H
|
||
|
#define MAIN_H
|
||
|
|
||
|
void initIO(void);
|
||
|
void blinkLed(void);
|
||
|
void readTemp(void);
|
||
|
void readPhoto(void);
|
||
|
void runServos(void);
|
||
|
|
||
|
#endif
|