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

From London Hackspace Wiki

m
no edit summary
mNo edit summary
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 Breakdown===
===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")) {