IoT_SCV_CH584M/APP/include/bsp_wf5803.h

16 lines
218 B
C
Raw Permalink Normal View History

2024-11-29 16:39:37 +08:00
#ifndef __BSP_WF5803_H
#define __BSP_WF5803_H
#include "CH58x_common.h"
#define WF5803_EVT_START (0x0001 << 0)
#define WF5803_EVT_READ (0x0001 << 1)
void PRESS_LowPower(void);
void BSP_PRESS_Init(void);
#endif