Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaniel27 committed Jan 16, 2025
1 parent 1fc5c25 commit b8b3a0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/arduino-uno/src/bin/uno-simple-servo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

use panic_halt as _;
use arduino_hal::port::{mode::Output, Pin};
use core::ptr::addr_of_mut;

const MAX_SERVOS: usize = 12; // Digital pins 2 to 13
const REFRESH_INTERVAL: u16 = 20000; // 20ms
Expand Down

0 comments on commit b8b3a0e

Please sign in to comment.