Formatting, per usual.

This commit is contained in:
Bob McWhirter 2021-11-02 14:53:53 -04:00
parent 3ab1775820
commit eaaaa2460a

View file

@ -19,10 +19,10 @@ fn main() -> ! {
//let button = Input::new(p.PC13, Pull::Up); //let button = Input::new(p.PC13, Pull::Up);
//loop { //loop {
//if unwrap!(button.is_high()) { //if unwrap!(button.is_high()) {
//info!("high"); //info!("high");
//} else { //} else {
//info!("low"); //info!("low");
//} //}
//} //}
} }