| | |
| | | void OnRxError( void ); |
| | | void T_R_Init(uint8_t kind); |
| | | void Lora_Init(void); |
| | | void OnRxDone( uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr ); |
| | | void OnRxDone( uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr); |
| | | void OnTxDone( void ); |
| | | void LedToggle(void); |
| | | void SwitchLoraSettings(uint32_t freq,uint8_t sf); |
| | | void SwitchLoraSettings(uint32_t freq,uint8_t sf,uint8_t power); |
| | | uint8_t GetFlagLoraWaitSync(void); |
| | | void SetFlagLoraWaitSync(uint8_t value); |
| | | void SwitchLoraSettingstest(uint32_t freq,uint8_t sf); |
| | | uint8_t GetLoraBufferAndLen(uint8_t* buffer,uint16_t* lp_count); |
| | | uint16_t GetLoraSyncCount(void); |
| | | #define SYNC_CHANNEL_FRQ 469000000 |
| | | #define SYNC_CHANNEL_SF 7 |
| | | |