-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement binary mode data output, update basic example, update libra…
…ry info
- Loading branch information
1 parent
f18a9e5
commit d7d7c07
Showing
10 changed files
with
126 additions
and
106 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name=TelemetryJet | ||
version=0.1.1 | ||
version=0.1.2 | ||
author=Chris Dalke <chrisdalke@gmail.com> | ||
maintainer=Chris Dalke <chrisdalke@gmail.com> | ||
sentence=Lightweight communication library for hardware telemetry data. | ||
paragraph=Handles bidirectional communication and state management for data points. Part of the TelemetryJet platform. | ||
sentence=A lightweight telemetry protocol for hardware sensor data. | ||
paragraph=Provides a high-level API for sending and receiving data points over a serial connection. Uses an efficient MessagePack-based protocol with packet framing, error detection, and more. Part of the TelemetryJet platform. | ||
category=Communication | ||
url=https://github.com/telemetryjet/telemetryjet-arduino-sdk | ||
architectures=* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters