mirror of
https://github.com/Fishwaldo/OBLFR.git
synced 2025-03-15 19:31:28 +00:00
* 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
10 lines
No EOL
113 B
C
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 |