#ifndef INIT_H #define INIT_H #include extern uint8_t map[9]; void init_pins(void); void init_map(void); #endif