Skip to content

Commit

Permalink
Add more explicit comments about Processing to SyncArduinoClock
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Jun 11, 2019
1 parent baa403f commit d4fafb2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion examples/Processing/SyncArduinoClock/SyncArduinoClock.pde
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
/**
* SyncArduinoClock.
*
* SyncArduinoClock is a Processing sketch that responds to Arduino
* requests for time synchronization messages. Run this in the
* Processing environment (not in Arduino) on your PC or Mac.
*
* Download TimeSerial 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.
*
* portIndex must be set to the port connected to the Arduino
*
*
* The current time is sent in response to request message from Arduino
* or by clicking the display window
*
Expand Down

0 comments on commit d4fafb2

Please sign in to comment.