good evening, does anyone know of any library that works on cubecell board with a ds1307 RTC? i have tried several and i get this error when i try to compile:
:\Users\USER\Documents\Arduino\libraries\RTClib-master\RTClib.cpp: In member function ‘char* DateTime::toString(char*)’:
C:\Users\USER\Documents\Arduino\libraries\RTClib-master\RTClib.cpp:467:32: error: ‘nullptr’ was not declared in this scope
(strstr(buffer, "ap") != nullptr) || (strstr(buffer, "AP") != nullptr);
the simple code is this:
#include “RTClib.h”
void setup () {
Serial.begin(57600);
}
void loop () {
}
i use this library