Skip to content

Commit e27b386

Browse files
Update CHANGELOG.md
1 parent c02c170 commit e27b386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
+ `pin` is now `u8`
5656
+ 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).
5757
+ 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`.
5959
+ Added `set_blink_count`to set the number of times to blink the device
6060
+ Added `wait` which blocks until background blinking process is done
6161
+ Added `is_lit` which returns True if the device is currently active and False otherwise.

0 commit comments

Comments
 (0)