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:
parent
1356f736a3
commit
53a7bc888b
8
API.md
8
API.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user