final project  1
groundSensor.h
Go to the documentation of this file.
1 
11 void groundSensor_init();
12 
13 //check the ground for tape or a hole
14 char getGroundData();
15 
16 
void groundSensor_init()
initializes the ground sensors
Definition: groundSensor.c:21
char getGroundData(oi_t *sensors)
checks the ground for tape or a hole
Definition: groundSensor.c:33