One of the things that just refuses to work is the library for the RTC module, it gives me the following errors when trying to run the TestRTC example:
Code: Select all
In file included from TestRTC.ino:49:0:
C:\...\Arduino\libraries\DS3232RTC/DS3232RTC.h:82:22: error: 'tmElements_t' has not been declared
static void read(tmElements_t &tm);
^