pull/658/head
Gordon Williams 2021-02-03 10:06:05 +00:00
parent 55a3fb08d3
commit 01214f6b1b
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# Acceleration Recorder # Acceleration Recorder
This app records a short period of acceleration data from the accelerometer This app records a short period of acceleration data from the accelerometer at
and 100Hz (starting when acceleration happens) and graphs it, working out max acceleration
and max velocity. Data can also be downloaded to your PC.
## Usage ## Usage

View File

@ -5,3 +5,4 @@
0.05: Fix default step/distance display if it hasn't been set up first 0.05: Fix default step/distance display if it hasn't been set up first
0.06: Added WIDGETS.activepedom.getSteps() 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.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