Description Set the RTC Alarm year. Syntax rtc.setAlarmYear(uint8_t year) Parameters year: the year value to be set. See also - begin() - setAlarmHours() - setAlarmMinutes() - setAlarmSeconds() - setAlarmTime() - setAlarmMonth() - setAlarmDay() - setAlarmDate() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under […]
Description Set the RTC Alarm hours, minutes and seconds. Syntax rtc.setAlarmTime(uint8_t hours, uint8_t minutes, uint8_t seconds) Parameters hours: the hours value to be set. minutes: the minutes value to be set. seconds: the seconds value to be set. See also - begin() - setAlarmHours() - setAlarmMinutes() - setAlarmSeconds() - setAlarmYear() - setAlarmMonth() - setAlarmDay() - […]
Description Set the RTC Alarm seconds value. Syntax rtc.setAlarmSeconds(uint8_t seconds) Parameters seconds: the seconds value to be set. See also - begin() - setAlarmHours() - setAlarmMinutes() - setAlarmTime() - setAlarmYear() - setAlarmMonth() - setAlarmDay() - setAlarmDate() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed […]
Description Set the RTC Alarm minutes value. Syntax rtc.setAlarmMinutes(uint8_t minutes) Parameters minutes: the minutes value to be set. See also - begin() - setAlarmHours() - setAlarmSeconds() - setAlarmTime() - setAlarmYear() - setAlarmMonth() - setAlarmDay() - setAlarmDate() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed […]
Description Set the RTC Alarm hours value. Syntax rtc.setAlarmHours(uint8_t hours) Parameters hours: the hours value to be set. See also - begin() - setAlarmMinutes() - setAlarmSeconds() - setAlarmTime() - setAlarmYear() - setAlarmMonth() - setAlarmDay() - setAlarmDate() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed […]
Description Get the RTC day value. Syntax rtc.getDay() Return the day value. See also - begin() - getHours() - getMinutes() - getSeconds() - getYear() - getMonth() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in […]
Description Get the RTC month value. Syntax rtc.getMonth() Return the month value. See also - begin() - getHours() - getMinutes() - getSeconds() - getYear() - getDay() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in […]
Description Get the RTC Year value. Syntax rtc.getYear() Return the year value. See also - begin() - getHours() - getMinutes() - getSeconds() - getMonth() - getDay() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in […]
Description Get the RTC seconds value. Syntax rtc.getSeconds() Return the seconds value. See also - begin() - getHours() - getMinutes() - getYear() - getMonth() - getDay() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in […]
Description Get the RTC minutes value. Syntax rtc.getMinutes() Return the minutes value. See also - begin() - getHours() - getSeconds() - getYear() - getMonth() - getDay() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in […]