mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-19 06:03:57 +00:00
sx127x: Ajout du support d'interruptions RXTimeout (DIO1)
This commit is contained in:
committed by
Ron Evans
parent
dc4f0c974a
commit
f15eec822f
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user