From 87a448f76c425d4d8854e5719a347c14320a8381 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Wed, 22 Feb 2023 22:02:54 +0000 Subject: [PATCH] Add TypeScript details to READMEs And in some cases, add READMEs (this is a follow-up to #2589) --- apps/btadv/README.md | 16 ++++++++++++++++ apps/clkinfostopw/README.md | 4 ++++ apps/widChargingStatus/README.md | 8 ++++++++ 3 files changed, 28 insertions(+) create mode 100644 apps/btadv/README.md create mode 100644 apps/widChargingStatus/README.md diff --git a/apps/btadv/README.md b/apps/btadv/README.md new file mode 100644 index 000000000..7b1afcefe --- /dev/null +++ b/apps/btadv/README.md @@ -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 diff --git a/apps/clkinfostopw/README.md b/apps/clkinfostopw/README.md index bfac58dab..e92eee3ef 100644 --- a/apps/clkinfostopw/README.md +++ b/apps/clkinfostopw/README.md @@ -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 diff --git a/apps/widChargingStatus/README.md b/apps/widChargingStatus/README.md new file mode 100644 index 000000000..a5ac62811 --- /dev/null +++ b/apps/widChargingStatus/README.md @@ -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