434
edits
Samthetechie (talk | contribs) (→What?) |
Samthetechie (talk | contribs) |
||
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"> | ||
if (strstr(inString,"car")) { | if (strstr(inString,"car")) { | ||
Line 91: | Line 90: | ||
} | } | ||
} | } | ||
</source> | </source> | ||