We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa403f commit d4fafb2Copy full SHA for d4fafb2
1 file changed
examples/Processing/SyncArduinoClock/SyncArduinoClock.pde
@@ -1,8 +1,17 @@
1
/**
2
* SyncArduinoClock.
3
*
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
13
* portIndex must be set to the port connected to the Arduino
- *
14
15
* The current time is sent in response to request message from Arduino
16
* or by clicking the display window
17
0 commit comments