summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2021-02-20 12:32:28 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2021-02-20 12:32:28 (GMT)
commit19db3d639891724d3620f08788c1a2de4e44c176 (patch)
tree218b2b0974e44c258e1b4154b8947dbcd76db958
parent1f827866d3ec122a6f8f1fa7b02c07a70d4a9d06 (diff)
README: Update the intro after a redraft for the release announcement
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
-rw-r--r--README.rst21
1 files changed, 11 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index 7e6e8e8..6ea6701 100644
--- a/README.rst
+++ b/README.rst
@@ -4,18 +4,19 @@ Watch Application System in Python
Introduction
------------
-Wasp-os is a firmware for smart watches that are based on the nRF52
-family of microcontrollers, including hacker friendly watches such
-as the Pine64 PineTime. Wasp-os includes a digital clock, a stopwatch,
-a step counter and a heart rate monitor. All of these, together with
-access to the MicroPython REPL for interactive tweaking, development
+Wasp-os is a firmware for smart watches that are based on the nRF52 family of
+microcontrollers, and especially for hacker friendly watches such as the Pine64
+PineTime. Wasp-os features full heart rate monitoring and step counting support
+together with multiple clock faces, a stopwatch, an alarm clock, a countdown
+timer, a caclulator and lots of other games and utilities. All of this, and
+still with access to the MicroPython REPL for interactive tweaking, development
and testing.
-Wasp-os includes a robust bootloader based on the Adafruit NRF52
-Bootloader. It has been extended to make it robust for development on
-form-factor devices without a reset button, power switch, SWD debugger
-or UART. This allows us to confidently develop on sealed devices relying
-on Bluetooth Low Energy for over-the-air updates.
+Wasp-os comes fully integrated with a robust bootloader based on the Adafruit
+NRF52 Bootloader. The bootloader has been extended to make it robust for
+development on form-factor devices without a reset button, power switch, SWD
+debugger or UART. This allows us to confidently develop on sealed devices
+relying on Bluetooth Low Energy for over-the-air updates.
Documentation
-------------