40
edits
Robinwieber (talk | contribs) No edit summary |
Robinwieber (talk | contribs) |
||
Line 48: | Line 48: | ||
} | } | ||
</source> | </source> | ||
[[How I split the values in Processing]] | [[How I split the values in Processing]] | ||
<source style="border:none; height: | <source style="border:none; height:150px; overflow:scroll;" lang="c" line start="55" highlight="4"> | ||
if (port.available() > 0) { | if (port.available() > 0) { | ||
val = port.readStringUntil('\n'); | val = port.readStringUntil('\n'); |
edits