Windows Arduino 1.0.X does not like to import zip files. Unzipped to make installation easier.

This commit is contained in:
foley@ru.is
2014-01-15 17:18:08 +00:00
parent 0ff28de55a
commit e3daa0cee0
24 changed files with 2563 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
SyncArduinoClock is a Processing sketch that responds to Arduino requests for
time synchronization messages.
The portIndex must be set the Serial port connected to Arduino.
Download TimeSerial.pde onto Arduino and you should see the time
message displayed when you run SyncArduinoClock in Processing.
The Arduino time is set from the time on your computer through the
Processing sketch.