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: driver.hpp
- Revision:
- 2:b7a3ac7bcec8
- Parent:
- 1:e51abb43c074
--- a/driver.hpp Thu Jan 28 10:00:45 2016 +0000 +++ b/driver.hpp Thu Feb 11 08:10:08 2016 +0000 @@ -6,7 +6,7 @@ class Telemetry { public: - Telemetry(TM_state* userData); + Telemetry(TM_state* userData, uint32_t bauds = 9600); uint32_t cast(TM_msg * m, char * buf, size_t bufSize); uint32_t cast_u8(TM_msg * m, uint8_t * dst);