Releases: telemetryjet/telemetryjet-arduino-sdk
Releases · telemetryjet/telemetryjet-arduino-sdk
0.2.0
0.1.2
- Implement strongly-typed data points, supporting boolean, 8-bit to 64-bit integers, 32-bit to 64-bit floats
- Implement output using binary or text-based output modes
- Move to a fixed buffer size with no dynamic allocation of memory during the update loop
- Add "delta" mode, which only sends data points if their value has changed
- Add "expiration" times to data points
0.1.1
- Pull in MPack C library, which will be used for binary data transmission using MessagePack
- Switch from string-based serial data transmission to MessagePack binary data transmission
- Add several new examples
0.1.0
Initial release to the Arduino Library Manager. This release includes basic communication using string-based serial transmission.