Skip to content

Releases: telemetryjet/telemetryjet-arduino-sdk

0.2.0

24 Jan 15:09
Compare
Choose a tag to compare
  • Implement input using binary mode
  • Remove 64-bit float, which is not supported on most Arduino boards
  • Add new examples

0.1.2

21 Jan 05:03
Compare
Choose a tag to compare
  • 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

18 Jan 06:21
Compare
Choose a tag to compare
  • 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

18 Jan 06:20
Compare
Choose a tag to compare

Initial release to the Arduino Library Manager. This release includes basic communication using string-based serial transmission.