file.readLine ? #428
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 1 comment
-
Posted at 2015-06-12 by @gfwilliams There's nothing built-in, but I did do something for the laser cutter that worked quite well. I just stripped it down for you below:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2015-06-11 by JumJum
Is there a function to loop through lines in a file, something like file.readLine ?
I'm working on a datalogger which creates big json-files.
Data will be available using an ESP8266.
There are some limitations in serial interface, therefore I need to split data.
Beta Was this translation helpful? Give feedback.
All reactions