Time.h error after reinstalling Arduino IDE
hello all.
i install arduino ide 1.8.3
re install library , have trouble:
i have error
"
exit status 1
'tmelements_t' not name type
"
something wrong in library or in ide?
at old version of ide everethyng working
please help
i install arduino ide 1.8.3
re install library , have trouble:
code: [select]
#include <pcf8574.h>
#include <pcint.h>
#include <liquidcrystal.h> // ТОЛЬКО В ОТЛАДОЧНОМ КОМПЛЕКТЕ
#include <time.h> //работа с часами реального времени
#include <timealarms.h> //работа с часами реального времени
#include <wire.h> //i2c
#include <ds1307rtc.h> //работа с часами реального времени
#include <eeprom.h> // работа с еепром
#include "pcf8574.h" // i2c расшитритель ввода вывода
pcf8574 expander; //вызов функции расширителя
liquidcrystal lcd(5, 6, 7, 8, 9, 10); // настроили ЖК экран
int dipswitch; // переменная для хранения значения АЦП микропереключателя
int keyswitch; // переменная для хранения АЦП клавиатуры
int h; // часы
int m; // минуты
int s; // секунды
tmelements_t tm; // переменная для работы с часами
int keykode; //код нажатой кнопки
i have error
"
exit status 1
'tmelements_t' not name type
"
something wrong in library or in ide?
at old version of ide everethyng working
please help
the time library timelib.
Arduino Forum > Using Arduino > Programming Questions > Time.h error after reinstalling Arduino IDE
arduino
Comments
Post a Comment