0b763978f2
gyro boy improvements
11 lines
547 B
JSON
11 lines
547 B
JSON
{
|
|
"datalog.addRow": "Starts a row of data",
|
|
"datalog.addValue": "Adds a cell to the row of data",
|
|
"datalog.addValue|param|name": "name of the cell, eg: \"x\"",
|
|
"datalog.addValue|param|value": "value of the cell, eg: 0",
|
|
"datalog.flush": "Commits any buffered row to disk",
|
|
"datalog.setEnabled": "Turns on or off datalogging",
|
|
"datalog.setFile": "Starts a new data logger for the given file",
|
|
"datalog.setFile|param|filename": "the filename, eg: \"datalog.csv\"",
|
|
"datalog.setStorage": "* @param storage custom storage solution"
|
|
} |