#pragma once typedef void (*boot_button_cb_t)(void); void boot_button_init(boot_button_cb_t on_press);