#ifndef _BUTTON_H #define _BUTTON_H #include void button_init(int pin); void readButton(); #endif