434
edits
Samthetechie (talk | contribs) mNo edit summary |
Samthetechie (talk | contribs) mNo edit summary |
||
Line 82: | Line 82: | ||
There is also a digital ground pin (it is a black cable and it is on its own) attached to a chocolate block in order to allow sharing of the digital ground with other circuits on that arduino. | There is also a digital ground pin (it is a black cable and it is on its own) attached to a chocolate block in order to allow sharing of the digital ground with other circuits on that arduino. | ||
===Sauce Code | ===Sauce Code=== | ||
The source is currently in an IF loop in the [https://github.com/solexious/NotifyBoard Solexious' NotifyBoard arduino sketch]. Note: request upstream pull to github from local git repo on babbage or lovelace. | The source is currently in an IF loop in the [https://github.com/solexious/NotifyBoard Solexious' NotifyBoard arduino sketch]. Note: request upstream pull to github from local git repo on babbage or lovelace. | ||
if (strstr(inString,"car")) { | if (strstr(inString,"car")) { |