Nibbles and Bits
The Care and Feeding of My Pet Arduino by Budd Churchward - WB7FHC - NIBBLES AND BITS LIBRARY
«1 2 3 4 5 6 7 8 9 10 11 12 13 15 16 17 18 19 » |
Section 3
Now we will add a couple of lines to the sketch to make sure our Arduino
is talking to the Serial Monitor on your computer.
Copy the three highlighted sections on the right and and paste them into your sketch in the places shown. Compile and run the code. Open the Serial Monitor on your computer screen. You should see a lot of activity on the monitor as you press and release the key. In the next step we will clean that up a bit. |
|