You've already forked arduino-LoRa
mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-07-10 22:00:57 +03:00
Add packetSnr and random API's
This commit is contained in:
@ -20,6 +20,7 @@ public:
|
||||
|
||||
int parsePacket();
|
||||
int packetRssi();
|
||||
float packetSnr();
|
||||
|
||||
// from Print
|
||||
virtual size_t write(uint8_t byte);
|
||||
@ -37,6 +38,8 @@ public:
|
||||
void idle();
|
||||
void sleep();
|
||||
|
||||
byte random();
|
||||
|
||||
void setFrequency(long frequency);
|
||||
void setTxPower(int level);
|
||||
void setSpreadingFactor(int sf);
|
||||
|
Reference in New Issue
Block a user