1 2 3 4 5 6 7 8 9
#![no_std] #![no_main] extern crate avr_std_stub; #[no_mangle] fn main() { avr_delay::delay_ms(4500); }