INF2004_Project/frtos/config/ultrasonic_sensor_config.h

12 lines
199 B
C

#ifndef ULTRASONIC_CONFIG_H
#define ULTRASONIC_CONFIG_H
/* ADC Configuration */
#define TRIG_PIN (2)
#define ECHO_PIN (3)
#define ULTRASONIC_SENSOR_READ_DELAY (100)
#endif // ULTRASONIC_CONFIG_H