Basic MAC data interface for LoRa transceiver
Dependents: LoRaBaseStation LoRaTerminal
Diff: AlohaTransceiver.cpp
- Revision:
- 2:fa264e48d5f7
- Parent:
- 0:e2ccabf3f30c
- Child:
- 3:47fa0a59089a
--- a/AlohaTransceiver.cpp Thu Jul 14 04:56:18 2016 +0000 +++ b/AlohaTransceiver.cpp Thu Jul 14 11:48:18 2016 +0000 @@ -210,6 +210,16 @@ AlohaTypeCallbackTable[type] = NULL; } +int16_t AlohaTransceiver::getRssi() +{ + return RssiValue; +} + +int8_t AlohaTransceiver::getSnr() +{ + return SnrValue; +} + void OnTxDone( void ) { Radio.Sleep( );