You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package can be downloaded in different manners
21
+
22
+
23
+
- The Arduino Library Manager: [see here how to use it](http://www.arduino.cc/en/guide/libraries#toc3).
24
+
- The PlatformIO package manager: [see here how to use it](http://www.ikravets.com/computer-life/platformio/2014/10/07/integration-of-platformio-library-manager-to-arduino-and-energia-ides).
25
+
- By directly loading fetching the Archive from GitHub:
26
+
1. Go to [https://github.com/thijse/Arduino-DCF77](https://github.com/thijse/Arduino-DCF77)
27
+
2. Click the DOWNLOAD ZIP button in the panel on the
28
+
3. Rename the uncompressed folder **Arduino-DCF77-master** to **DCF77**.
29
+
4. You may need to create the libraries subfolder if its your first library.
30
+
5. Place the **DCF77** library folder in your **arduinosketchfolder/libraries/** folder.
31
+
5. Restart the IDE.
32
+
6. For more information, [read this extended manual](http://thijs.elenbaas.net/2012/07/installing-an-arduino-library/)
33
+
- If you want to have a package that includes all referenced libraries, use the pre-packaged library
34
+
1. Download the package as a zipfile [here](https://github.com/thijse/Zipballs/blob/master/DCF77/DCF77.zip?raw=true) or as a tarball [here ](https://github.com/thijse/Zipballs/blob/master/DCF77/DCF77.tar.gz?raw=true).
35
+
2. Copy the folders inside the **libraries** folder to you your **arduinosketchfolder/libraries/** folder.
36
+
3. Restart the IDE.
37
+
3. For more information, [read this extended manual](http://thijs.elenbaas.net/2012/07/installing-an-arduino-library/)
0 commit comments