mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 17:19:29 +00:00
added dfu button to debug app
This commit is contained in:
@@ -214,6 +214,10 @@ public:
|
||||
return gpio_rot_a.read();
|
||||
}
|
||||
|
||||
uint32_t dfu_read() {
|
||||
return gpio_rot_b.read();
|
||||
}
|
||||
|
||||
private:
|
||||
const GPIO gpio_dir;
|
||||
const GPIO gpio_lcd_rdx;
|
||||
|
||||
Reference in New Issue
Block a user