OBLFR/bsp/ox64/board.h
Justin Hammond bc9ae8a108
Add Timer, Indicator, Button and NV Key-Value Store Components (#6)
* Add System, Timer, Button and Indicator (LED) components

* Add Non-Volatile Key Value Storage Component

* And Example Apps for Timer, Button, Indicator and NVKVS

* Fix up some compile issues
2023-02-02 01:58:55 +08:00

10 lines
No EOL
113 B
C

#ifndef _BOARD_H
#define _BOARD_H
#include "bl808_bsp.h"
#include "sdkconfig.h"
void board_init(void);
#endif