Error message:
/var/folders/yb/lp1wchdx0v764zc7tcnqqcj00000gp/T/arduino_modified_sketch_680707/sketch_may27a.ino:9:28: fatal error: virtuabotixRTC.h: No such file or directory #include <virtuabotixRTC.h>
^
compilation terminated.
exit status 1
Error compilando para la tarjeta Arduino/Genuino Uno.
Please use code tags (</> button on the toolbar) when you post code or warning/error messages. The reason is that the forum software can interpret parts of your code as markup, leading to confusion, wasted time, and a reduced chance for you to get help with your problem. This will also make it easier to read your code and to copy it to the IDE or editor. If your browser doesn't show the posting toolbar then you can just manually add the code tags: [code]``[color=blue]// your code is here[/color]``[/code]
Using code tags and other important information is explained in the How to use this forum post. Please read it.
Serge_227:
That's the problem, I can't seem to find the library anywhere
Really? Where did you look for it, in your shoe? I have no problem finding a result on Google.
I tried to determine the "official" one but Virtuabotix.com says only:
Sorry, we're doing some work on the site
Thank you for being patient. We are doing some work on the site and will be back shortly. Stay TUNE
My guess is that the older (first) one is the most official.
Perhaps you should start with an example from a more recent library. If you select Sketch->Include Library...->Manage Libraries... and type DS1302 into the filter box you will find "RTCLib by NeiroN" which supports the DS1302. Just click on the description and then click on the "Install" button. You will find examples under File->Examples->RTCLib by NeiroN