Update sensor_extension.c remove starting print

old-payload
Alan Johnston 2 months ago committed by GitHub
parent 6d2ba9d808
commit b83fa8689f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,11 +11,12 @@
// put your setup code here // put your setup code here
void sensor_setup() { 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!! // Very Important: only use print, not println!!
int sensor_loop(char *sensor_buffer) { int sensor_loop(char *sensor_buffer) {

Loading…
Cancel
Save

Powered by TurnKey Linux.