Добавлена библиотека Time

This commit is contained in:
gunner47
2019-11-03 22:51:41 +02:00
parent 0413e435db
commit 171fcc08f8
22 changed files with 2076 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.