Skip to content

Commit d4fafb2

Browse files
Add more explicit comments about Processing to SyncArduinoClock
fixes #133
1 parent baa403f commit d4fafb2

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

examples/Processing/SyncArduinoClock/SyncArduinoClock.pde

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/**
22
* SyncArduinoClock.
33
*
4+
* SyncArduinoClock is a Processing sketch that responds to Arduino
5+
* requests for time synchronization messages. Run this in the
6+
* Processing environment (not in Arduino) on your PC or Mac.
7+
*
8+
* Download TimeSerial onto Arduino and you should see the time
9+
* message displayed when you run SyncArduinoClock in Processing.
10+
* The Arduino time is set from the time on your computer through the
11+
* Processing sketch.
12+
*
413
* portIndex must be set to the port connected to the Arduino
5-
*
14+
*
615
* The current time is sent in response to request message from Arduino
716
* or by clicking the display window
817
*

0 commit comments

Comments
 (0)