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 […]
Description Get the RTC hours value. Syntax rtc.getHours() Return the hours value. See also - begin() - getMinutes() - 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 […]
Description Set the RTC day, month and year. Syntax rtc.setDate(uint8_t day, uint8_t month, uint8_t year) Parameters day: the day value to be set. month: the month value to be set. year: the year value to be set. See also - begin() - setHours() - setMinutes() - setSeconds() - setTime() - setYear() - setMonth() - setDay() […]
Description Set the RTC day. Syntax rtc.setDay(uint8_t day) Parameters day: the day value to be set. See also - begin() - setHours() - setMinutes() - setSeconds() - setTime() - setYear() - setMonth() - setDate() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a […]
Description Set the RTC month. Syntax rtc.setMonth(uint8_t month) Parameters month: the month value to be set. See also - begin() - setHours() - setMinutes() - setSeconds() - setTime() - setYear() - setDay() - setDate() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a […]
Description Set the RTC year. Syntax rtc.setYear(uint8_t year) Parameters year: the year value to be set. See also - begin() - setHours() - setMinutes() - setSeconds() - setTime() - setMonth() - setDay() - setDate() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a […]