k3ng_rotator_controller.ino:262:30: fatal error: rotator_hardware.h: No such file or directorycompilation terminated.Ошибка компиляции.
С этим разобрался. Не были подгружены библиотеки.
Теперь другая ошибка:
C:\Program Files (x86)\Arduino\libraries\k3ng_rotator_controller\PCF8583.cpp: In function 'byte {anonymous}::DayOfWeek(const PCF8583&)':
C:\Program Files (x86)\Arduino\libraries\k3ng_rotator_controller\PCF8583.cpp:39:38: error: variable 'MonthTable' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
static char PROGMEM MonthTable[24] = {0, 3, 3, 6, 1, 4, 6, 2, 5, 0, 3, 5, -1, 2, 3, 6, 1, 4, 6, 2, 5, 0, 3, 5};
^
Ошибка компиляции.