diff options
| author | JF <jf@codingfield.com> | 2020-04-05 15:03:06 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-04-05 15:03:06 (GMT) |
| commit | 932c0479ee7c501bc224435943c73a368001845e (patch) | |
| tree | 42e02ec27abd978fbd8bf0a3f9b94c4d2cc21d12 /README.md | |
| parent | 26fb9ed1cd8752438ed0ca9be3c286ddfc696b40 (diff) | |
Add documentation about BLE connection and services.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -34,7 +34,11 @@ I've tested this project on the actual PineTime hardware. * Rich user interface (using [LittleVGL](https://littlevgl.com/)) via display, touchpanel and push button. * Digital watch face and 4 demo applications (spinning meter, analog gauche, push button and message box); * Watchdog (automatic reset in case of firmware crash) and reset support (push and hold the button for 7 - 10s); - * BLE Notification support (still Work-In-Progress, companion app needed). + * BLE Notification support (still Work-In-Progress, [companion app](https://github.com/JF002/gobbledegook) needed). + +## Documentation + + * [BLE implementation and API](./doc/ble.md) ## Stub using NRF52-DK  |
