Merge branch 'main' of ssh://git.rhetenor.de:55/rhetenor/creaturedex
This commit is contained in:
Binary file not shown.
+2
-2
@@ -100,8 +100,8 @@ async fn main(spawner: Spawner) {
|
|||||||
down: Input::new(peripherals.GPIO39, button_config),
|
down: Input::new(peripherals.GPIO39, button_config),
|
||||||
left: Input::new(peripherals.GPIO40, button_config),
|
left: Input::new(peripherals.GPIO40, button_config),
|
||||||
right: Input::new(peripherals.GPIO41, button_config),
|
right: Input::new(peripherals.GPIO41, button_config),
|
||||||
back: Input::new(peripherals.GPIO42, button_config),
|
back: Input::new(peripherals.GPIO8, button_config),
|
||||||
ok: Input::new(peripherals.GPIO45, button_config),
|
ok: Input::new(peripherals.GPIO0, button_config),
|
||||||
};
|
};
|
||||||
|
|
||||||
log::info!("Setup complete, entering main loop");
|
log::info!("Setup complete, entering main loop");
|
||||||
|
|||||||
Reference in New Issue
Block a user