mirror of https://github.com/espruino/BangleApps
18 lines
594 B
JSON
18 lines
594 B
JSON
{
|
|
"id": "accelrec",
|
|
"name": "Acceleration Recorder",
|
|
"shortName": "Accel Rec",
|
|
"version": "0.04",
|
|
"description": "This app puts the Bangle's accelerometer into 100Hz mode and reads 2 seconds worth of data after movement starts. The data can then be exported back to the PC.",
|
|
"icon": "app.png",
|
|
"tags": "",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"interface": "interface.html",
|
|
"storage": [
|
|
{"name":"accelrec.app.js","url":"app.js"},
|
|
{"name":"accelrec.img","url":"app-icon.js","evaluate":true}
|
|
],
|
|
"data": [{"wildcard":"accelrec.?.csv"}]
|
|
}
|