File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,11 @@ Arduino library to support STM32 Low Power.
30
30
** param** serial: pointer to a UART
31
31
** param** callback: pointer to a callback to call when the board is waked up.
32
32
33
- * ** ` void enableWakeupFrom(STM32RTC *rtc, voidFuncPtr callback) ` **
33
+ * ** ` void enableWakeupFrom(STM32RTC *rtc, voidFuncPtr callback, void * data ) ` **
34
34
attach a callback to the RTC peripheral.
35
- ** param** rtc: pointer to RTC
35
+ ** param** rtc: pointer to RTC. Could be NULL as RTC is a Singleton.
36
36
** param** callback: pointer to a callback to call when the board is waked up.
37
+ ** param** callback: data: optional pointer to callback data parameters (default NULL).
37
38
38
39
* ** ` void enableWakeupFrom(TwoWire *wire, voidFuncPtrVoid callback) ` ** :
39
40
enable an I2C peripheral in low power mode. See board documentation for low power mode compatibility. ** Currently not available.**
You can’t perform that action at this time.
0 commit comments