File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- ##########
1+ #####
22Timer
3- ##########
3+ #####
44
55About
66-----
@@ -19,7 +19,7 @@ ESP32-S3 4
1919========= ================
2020
2121Arduino-ESP32 Timer API
22- ----------------------------
22+ -----------------------
2323
2424timerBegin
2525**********
@@ -31,11 +31,9 @@ This function is used to configure the timer. After successful setup the timer w
3131 hw_timer_t * timerBegin(uint8_t num, uint16_t divider, bool countUp);
3232
3333 * ``num `` select timer number.
34- * ``divider `` select timer divider.
35- * ``resolution `` select timer resolution .
34+ * ``divider `` select timer divider. Sets how quickly the timer counter is “ticking”.
35+ * ``countUp `` select timer direction. Sets if the counter should be incrementing or decrementing .
3636
37- * range is 1-14 bits (1-20 bits for ESP32).
38-
3937This function will return ``timer `` structure if configuration is successful.
4038If ``NULL `` is returned, error occurs and the timer was not configured.
4139
You can’t perform that action at this time.
0 commit comments