INF2004_Project/frtos/config/line_sensor_config.h

12 lines
256 B
C

#ifndef CONFIG_H
#define CONFIG_H
/* ADC Configuration */
#define LINE_SENSOR_READ_DELAY ( 100 )
#define LEFT_SENSOR_PIN ( 21 ) //26
#define RIGHT_SENSOR_PIN ( 20 ) //27
#endif //CONFIG_H