diff --git a/sensor_extension.c b/sensor_extension.c index 37d8e24a..6fcb16d8 100644 --- a/sensor_extension.c +++ b/sensor_extension.c @@ -11,11 +11,12 @@ // put your setup code here void sensor_setup() { - printf("Starting new sensor!\n"); +// printf("Starting new sensor!\n"); +// put sensor initialization code here } -// put your loop code here +// put your sensor loop code here // Very Important: only use print, not println!! int sensor_loop(char *sensor_buffer) {