yincheng.zhong
2024-01-22 4170266b0f0e779d0c1dcbe519e3307e9f2cde7a
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