From d4fafb2c06c41a5ddf18f351bf30c5e22e1e7d2e Mon Sep 17 00:00:00 2001 From: PaulStoffregen Date: Tue, 11 Jun 2019 06:59:54 -0700 Subject: [PATCH] Add more explicit comments about Processing to SyncArduinoClock fixes #133 --- .../Processing/SyncArduinoClock/SyncArduinoClock.pde | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/examples/Processing/SyncArduinoClock/SyncArduinoClock.pde b/examples/Processing/SyncArduinoClock/SyncArduinoClock.pde index 4313be3..62ee57b 100644 --- a/examples/Processing/SyncArduinoClock/SyncArduinoClock.pde +++ b/examples/Processing/SyncArduinoClock/SyncArduinoClock.pde @@ -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 *