tortuga DataLogging Library: battery, speed, time, average...
Fork of DataLogging by
Revision 6:9079496c6e25, committed 2016-07-18
- Comitter:
- ptuytsch
- Date:
- Mon Jul 18 13:18:07 2016 +0000
- Parent:
- 5:fad416fb6979
- Commit message:
- minor changes
Changed in this revision
BikeData.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r fad416fb6979 -r 9079496c6e25 BikeData.cpp --- a/BikeData.cpp Mon Jul 18 09:24:57 2016 +0000 +++ b/BikeData.cpp Mon Jul 18 13:18:07 2016 +0000 @@ -62,7 +62,7 @@ if(mem.nbyte_read(8,&size,sizeof(int8_t))){ printf("eeprom reading error"); } - printf("size retrieved: %i\n", size); + //printf("size retrieved: %i\n", size); return size; }