21195e4abf
* support for custom csv separator * simple datalog frameowrk * api strings * hide setfile * storage fixes * log seconds, not milliseconds
8 lines
364 B
JSON
8 lines
364 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.setFile": "Starts a new data logger for the given file",
|
|
"datalog.setStorage": "* @param storage custom storage solution"
|
|
} |