mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-02-07 10:52:35 +08:00
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
# GPIO mask and state
|
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
uint32 device_id # Device id
|
|
|
|
uint32 mask # pin mask
|
|
uint32 state # pin state mask
|