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: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@
55
55
+`pin` is now `u8`
56
56
+ Added `active_high`: When True, the value property is True when the device's pin is high. When False the value property is True when the device's pin is low (i.e. the value is inverted).
57
57
+ Added `set_active_high` to set the state for `active_high`
58
-
+Added `blink`to make the device turn on and off repeatedly in the background.
58
+
+`blink`now takes `f32` for `on_time`and `off_time`.
59
59
+ Added `set_blink_count`to set the number of times to blink the device
60
60
+ Added `wait` which blocks until background blinking process is done
61
61
+ Added `is_lit` which returns True if the device is currently active and False otherwise.
0 commit comments