First class data visualization and communication library with embedded devices. Code is maintained at github.com/Overdrivr/Telemetry
Dependents: telemetry_car_demo telemetry_demo_FRDM-TFC telemetry_example_01 telemetry_indexed_data_demo ... more
Diff: c_api/crc16.h
- Revision:
- 5:cd94bb58e096
- Parent:
- 3:37d2d127bc83
--- a/c_api/crc16.h Mon Feb 22 17:55:46 2016 +0000 +++ b/c_api/crc16.h Wed Mar 09 12:15:13 2016 +0000 @@ -8,4 +8,4 @@ uint16_t crc16(uint8_t * data, uint32_t lenght); uint16_t crc16_recursive(uint8_t byte, uint16_t remainder); -#endif \ No newline at end of file +#endif