feat: use static_pin crate

This commit is contained in:
doryan 2025-04-22 22:51:09 +04:00
parent 3915ebbd95
commit 4e0d9d82f2

View File

@ -5,6 +5,7 @@
use avr_device::interrupt::free;
use smart_leds::{SmartLedsWrite, RGB8};
use static_pins::StaticPinOps;
const LAST_BIT: u8 = 0x80;