mirror of https://github.com/espruino/BangleApps
docs
parent
55a3fb08d3
commit
01214f6b1b
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue