We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d80369 commit 69cc615Copy full SHA for 69cc615
libraries/RTC/src/RTC.h
@@ -16,7 +16,7 @@ class APM3_RTC
16
void setEpoch(uint32_t ts); //Set current time to provided UNIX Epoch time
17
18
void getAlarm(); //Query the RTC for the current alarm time/date
19
- void setAlarm(uint8_t hund, uint8_t min, uint8_t sec, uint8_t hour, uint8_t dayOfMonth, uint8_t month); //Set alarm time to provided hundredths/seconds/etc
+ void setAlarm(uint8_t hund, uint8_t sec, uint8_t min, uint8_t hour, uint8_t dayOfMonth, uint8_t month); //Set alarm time to provided hundredths/seconds/etc
20
void setAlarmMode(uint8_t mode); //Set the RTC alarm repeat interval
21
void attachInterrupt(); //Attach the RTC alarm interrupt
22
void detachInterrupt(); //Detach the RTC alarm interrupt
0 commit comments