From 01214f6b1b6bda31b2d7699e9f6993bea60149a0 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Wed, 3 Feb 2021 10:06:05 +0000 Subject: [PATCH] docs --- apps/accelrec/README.md | 5 +++-- apps/activepedom/ChangeLog | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/accelrec/README.md b/apps/accelrec/README.md index 40d981b6a..c9d91df38 100644 --- a/apps/accelrec/README.md +++ b/apps/accelrec/README.md @@ -1,7 +1,8 @@ # Acceleration Recorder -This app records a short period of acceleration data from the accelerometer -and +This app records a short period of acceleration data from the accelerometer at +100Hz (starting when acceleration happens) and graphs it, working out max acceleration +and max velocity. Data can also be downloaded to your PC. ## Usage diff --git a/apps/activepedom/ChangeLog b/apps/activepedom/ChangeLog index fd2b2c2e2..7926ca3e1 100644 --- a/apps/activepedom/ChangeLog +++ b/apps/activepedom/ChangeLog @@ -5,3 +5,4 @@ 0.05: Fix default step/distance display if it hasn't been set up first 0.06: Added WIDGETS.activepedom.getSteps() 0.07: Added settings to be able to hide line1 and line2 so there is no visible widget +0.08: Fixed zero steps issue caused by 0.07