feat: use static_pin crate
This commit is contained in:
parent
3915ebbd95
commit
4e0d9d82f2
|
@ -5,6 +5,7 @@
|
|||
use avr_device::interrupt::free;
|
||||
|
||||
use smart_leds::{SmartLedsWrite, RGB8};
|
||||
use static_pins::StaticPinOps;
|
||||
|
||||
const LAST_BIT: u8 = 0x80;
|
||||
|
||||
|
|
Loading…
Reference in New Issue