1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-04-20 23:47:47 +03:00

Add packetFrequencyError to API.md

This commit is contained in:
torntrousers 2018-03-12 14:30:47 +00:00 committed by GitHub
parent 1356f736a3
commit 53a7bc888b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
API.md
View File

@ -166,6 +166,14 @@ float snr = LoRa.packetSnr();
Returns the estimated SNR of the received packet in dB.
### Packet Frequency Error
```arduino
long freqErr = LoRa.packetFrequencyError();
```
Returns the frequency error of the received packet in Hz. The frequency error is the frequency offset between the receiver centre frequency and that of an incoming LoRa signal.
### Available
```arduino