#ifndef MAIN_H #define MAIN_H void initIO(void); void blinkLed(void); void readTemp(void); void readPhoto(void); void runServos(void); #endif