#ifndef _BOARD_H_ #define _BOARD_H_ // functions for init called before and after setup() void pre_init(void) ; void post_init(void); #endif /* _BOARD_H_ */