This commit is contained in:
Pawel Spychalski (DzikuVx)
2017-12-16 11:08:39 +01:00
parent 7e9f0fd04e
commit a7c2e13b10
3 changed files with 29 additions and 3 deletions

3
lora.h
View File

@@ -26,6 +26,9 @@ public:
int beginPacket(int implicitHeader = false);
int endPacket();
void endPacketAsync();
bool isTransmitting()
int parsePacket(int size = 0);
int packetRssi();
float packetSnr();