#ifndef BUTTON_H #define BUTTON_H #include void button_init(void); int button_read(void); #endif // BUTTON_H