#ifndef BUTTON_H #define BUTTON_H typedef void (*callback_t)(); void begin_listening_for_button_press(callback_t callback); #endif