You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-36Lines changed: 6 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,11 +287,11 @@ There are 4 timer functions to make timing operations simple to use in your code
287
287
288
288
289
289
290
-
## blink(ms)
290
+
## blink(ms, mode)
291
291
292
292
##### Description
293
293
294
-
This function sets the duration in milliseconds that the returned value is true after the set timer mode - onPress( 0), onRelease (1), onChange (2). Useful to blink an LED.
294
+
This function sets the duration in milliseconds that the returned value is true. The mode parameter sets what blink responds to: onPress( 0), onRelease (1), onChange (2).
295
295
296
296
##### Syntax
297
297
@@ -301,14 +301,16 @@ This function sets the duration in milliseconds that the returned value is true
301
301
302
302
**ms:** The number of milliseconds *(unsigned int)*
0 commit comments