summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-04-05 15:03:06 (GMT)
committerJF <jf@codingfield.com>2020-04-05 15:03:06 (GMT)
commit932c0479ee7c501bc224435943c73a368001845e (patch)
tree42e02ec27abd978fbd8bf0a3f9b94c4d2cc21d12 /README.md
parent26fb9ed1cd8752438ed0ca9be3c286ddfc696b40 (diff)
Add documentation about BLE connection and services.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 57b95aa..790e3de 100644
--- a/README.md
+++ b/README.md
@@ -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
![Pinetime stub](./images/pinetimestub1.jpg "PinetimeStub")