Files
HBshuiwuConcentrator/APP/PHY.h
2025-12-15 16:07:49 +08:00

8 lines
197 B
C

#include "include.h"
#include "hal_radio.h"
void vtask_mac_data_process(void *ptr);
void mac_data_req(u8 *buf, u8 length);
u8 * get_RF_bufPtr(void);
u8 get_RF_bufLen();
void read_radio_rssi(void);