Add TypeScript details to READMEs

And in some cases, add READMEs

(this is a follow-up to #2589)
pull/2595/head
Rob Pilling 2023-02-22 22:02:54 +00:00
parent 380af9c600
commit 87a448f76c
3 changed files with 28 additions and 0 deletions

16
apps/btadv/README.md Normal file
View File

@ -0,0 +1,16 @@
# Bluetooth Advert
This app advertises and exports (over Bluetooth) live data from the bangle's sensors:
- Heart Rate
- Accelerometer readings
- Pressure
- GPS information
- Magnetic flux
Swipe in any direction to access settings, and tap a setting to toggle it.
Hit back to return to the details screen, which shows sensor data being exported.
# TypeScript
This app is written in TypeScript, see [typescript/README.md](/typescript/README.md) for more info

View File

@ -9,3 +9,7 @@ Tap to start, tap again to pause. Tap again to restart
## Requests
[Contact Rob](https://www.github.com/bobrippling) for features/bugs
# TypeScript
This app is written in TypeScript, see [typescript/README.md](/typescript/README.md) for more info

View File

@ -0,0 +1,8 @@
# Charging Status
This widget shows a yellow lightning icon to indicate that the watch is charging. A short buzz is also emitted on initial charging connection.
Nothing is shown when not charging.
# TypeScript
This app is written in TypeScript, see [typescript/README.md](/typescript/README.md) for more info