Anonymous

Project:1-web-interfaces-for-rc-vehicles: Difference between revisions

From London Hackspace Wiki
Line 33: Line 33:
===Sauce Code Breakdown===
===Sauce Code Breakdown===
The source is currently in an IF loop in the NotifyBoard arduino sketch.
The source is currently in an IF loop in the NotifyBoard arduino sketch.
<source lang="c">
<source>
 
if (strstr(inString,"car")) {
if (strstr(inString,"car")) {
if (strlen(inString) > 3) {
if (strlen(inString) > 3) {