#ifndef MAIN_H_ #define MAIN_H_ #include #define LCD_PORT uart2 #define ANALOG_PORT(x) (x+13) #ifdef __cplusplus extern "C" { #endif void autonomous(); void initializeIO(); void initialize(); void operatorControl(); #ifdef __cplusplus } #endif #endif // MAIN_H_