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 lang="c">
<source lang="c">
if (strstr(inString,"car")) {
if (strstr(inString,"car")) {
Line 91: Line 90:
}
}
}
}
</source>
</source>
</source>