diff --git a/src/lib.rs b/src/lib.rs index 7121d70..6f6fc27 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,6 +5,7 @@ use avr_device::interrupt::free; use smart_leds::{SmartLedsWrite, RGB8}; +use static_pins::StaticPinOps; const LAST_BIT: u8 = 0x80;