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