sx127x: Ajout du support d'interruptions RXTimeout (DIO1)

This commit is contained in:
Olivier Fauchon
2022-02-02 01:18:24 +01:00
committed by Ron Evans
parent dc4f0c974a
commit f15eec822f
3 changed files with 62 additions and 43 deletions
+3
View File
@@ -120,4 +120,7 @@ const (
SX127X_OPMODE_RX = uint8(0x05)
SX127X_OPMODE_RX_SINGLE = uint8(0x06)
SX127X_OPMODE_CAD = uint8(0x07)
SX127X_LORA_MAC_PUBLIC_SYNCWORD = 0x34
SX127X_LORA_MAC_PRIVATE_SYNCWORD = 0x14
)