add other audio
This commit is contained in:
parent
17c82e5a6c
commit
3ea7aac1f4
5 changed files with 21 additions and 32 deletions
|
|
@ -48,6 +48,7 @@ pub fn clear_interrupt(coin_pin: u8, button_pin: u8) -> crate::InputFlags {
|
|||
if (bits & (0x1 << button_pin)) != 0x0 {
|
||||
#[cfg(feature = "enable_print")]
|
||||
println!("main_btn irq!");
|
||||
input_flags.main_btn_flag = true;
|
||||
// CHECK PC6
|
||||
// unsafe {
|
||||
// let mut val = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue