read() is OK, split() is not. You can search for end of line one by one (via String.indexOf) instead of making big array of strings.
@fanoush started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
read() is OK, split() is not. You can search for end of line one by one (via String.indexOf) instead of making big array of strings.