|
Gocator Development Kit
|
Write a file.
Do not write to files too often. (More than a few times per sensor startup) Sensor flash memory may be corrupted by excessive writes.
DO NOT CALL THIS FUNCTION FROM A GDK TOOL_VProcess CALLBACK DO NOT CALL THIS FUNCTION FROM A GDK TOOL_VStop CALLBACK
| fileName | Filename. (Name of the file to be written to. Name must include "user/" in front of the file name. For example, "user/foo" to access file "foo"). |
| data | Pointer to data to write to file. |
| size | Size of data to write to file. |