Description Set the RTC hours, minutes and seconds. Syntax rtc.setTime(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() - setHours() - setMinutes() - setSeconds() - setYear() - setMonth() - setDay() - setDate() […]
Description Set the RTC seconds value. Syntax rtc.setseconds(uint8_t seconds) Parameters seconds: the seconds value to be set. See also - begin() - setHours() - setMinutes() - setTime() - setYear() - setMonth() - setDay() - setDate() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under […]
Description Set the RTC minutes value. Syntax rtc.setMinutes(uint8_t minutes) Parameters minutes: the minutes value to be set. See also - begin() - setHours() - setSeconds() - setTime() - setYear() - setMonth() - setDay() - setDate() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under […]
Description Set the RTC hours value. Syntax rtc.setHours(uint8_t hours) Parameters hours: the hours value to be set. See also - begin() - setMinutes() - setSeconds() - setTime() - setYear() - setMonth() - setDay() - setDate() Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under […]
Description Initializes the internal RTC. begin() needs to be called before any other RTCZero library methods. Syntax rtc.begin() Parameters none 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 the reference are released into the […]
The RTCZero library is available from 86Duino Coding 212, and provides the API of Arduino Zero’s RTC library to control and use the on-board RTC (Real Time Clock). A real-time clock is a clock that keeps track of the current time and that can be used in order to program actions at a certain time. […]
isAlphaNumeric(thisChar) Description Analyse if a char is alphanumeric (a-z or A-Z or 0-9). Parameters thisChar: the char to be analysed. Returns True or false. isAlpha(thisChar) Description Analyse if a char is is alpha (a-z or A-Z). Parameters thisChar: the char to be analysed Returns True or false. isAscii(thisChar) Description Analyse if a char is ASCII. […]
Sorry, this entry is only available in 简体中文 and 繁體中文.
Sorry, this entry is only available in 繁體中文.
Sorry, this entry is only available in 繁體中文.