where can I can find the header files?

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
bistnasr
 
Posts: 2
Joined: Thu Mar 07, 2013 3:30 pm

where can I can find the header files?

Post by bistnasr »

Dear Sir/Madame:
I am extremely interested in the purhcase of RTC application PCB that you manufacture. However, I am currently testing the source code (sketch) provided to make sure it works and I am getting errors because the include files are not available. Can you please tell me where I can download those two files. Thanks in advance and here is a link to your manual to tell you what I am talking about.
The files are:
#include <Wire.h>
#include "RTClib.h"

Here is the link:
http://learn.adafruit.com/ds1307-real-t ... g-the-code

User avatar
adafruit_support_bill
 
Posts: 88087
Joined: Sat Feb 07, 2009 10:11 am

Re: where can I can find the header files?

Post by adafruit_support_bill »

The RTCLib link is on the "Arduino Library" page of that tutorial. http://github.com/adafruit/RTClib

The Wire Library (Wire.h) is part of the standard Arduino IDE install. If you are seeing Wire.H errors, you should re-install the IDE.

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”