Difference between revisions of "Arduino: Time"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Arduino: Time moved to Arduino: DateTime) |
Onnowpurbo (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | + | Sumber: | |
| + | * https://github.com/PaulStoffregen/Time | ||
| + | * http://www.pjrc.com/teensy/td_libs_Time.html | ||
| + | |||
| + | |||
| + | ==Download & Install Library== | ||
| + | |||
| + | Download | ||
| + | |||
| + | * https://github.com/PaulStoffregen/Time/archive/master.zip | ||
| + | |||
| + | Lakukan | ||
| + | |||
| + | cp Time-master.zip /usr/share/arduino/libraries/ | ||
| + | cd /usr/share/arduino/libraries/ | ||
| + | unzip Time-master.zip | ||
| + | mv Time-master Time | ||
| + | |||
| + | |||
| + | |||
| + | ==Code== | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ==Referensi== | ||
| + | |||
| + | * https://github.com/PaulStoffregen/Time | ||
| + | * http://www.pjrc.com/teensy/td_libs_Time.html | ||
Revision as of 06:39, 27 February 2016
Sumber:
Download & Install Library
Download
Lakukan
cp Time-master.zip /usr/share/arduino/libraries/ cd /usr/share/arduino/libraries/ unzip Time-master.zip mv Time-master Time