yincheng.zhong
2024-01-22 13cd19475cb91e0eebdc79743e32e77a2a212f0e
Src/radio/Lora.h
@@ -11,5 +11,7 @@
void OnRxDone( uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr );
void OnTxDone( void );
void LedToggle(void);
void SwitchLoraToSyncRec();
uint8_t GetFlagLoraWaitSync(void);
uint8_t GetLoraBufferAndLen(uint8_t* buffer,uint16_t* lp_count);
#endif