Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leso-kn committed Apr 4, 2023
1 parent 8b361da commit 7395e1f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@ This library mimics the API syntax of the on-watch [AppMessage API](https://deve

## Changelog

\-
### v0.1.0

* Initial version of the library
* Connect and disconnect to and from watch
* Scanning and pairing
* Send and receive [AppMessages](https://developer.rebble.io/developer.pebble.com/docs/c/Foundation/AppMessage/index.html)
* Pebble dict-implementation currently doesn't parse incoming dictionaries and only supports byte arrays for outgoing messages
* Callbacks for connectivity events and incoming AppMessages
* Optional communication logging (disabled by default)
* [Basic example program](example/main.cpp) to demonstrate the API usage

0 comments on commit 7395e1f

Please sign in to comment.