elbear_arduino_bsp/cores/arduino/board.h
khristolyubov e36b851783 ready to alpha
подготовка к альфа-тестированию
2024-08-19 22:44:04 +07:00

9 lines
159 B
C

#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_ */