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);
//loop {
//if unwrap!(button.is_high()) {
//info!("high");
//} else {
//info!("low");
//}
//if unwrap!(button.is_high()) {
//info!("high");
//} else {
//info!("low");
//}
//}
}