mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 02:06:27 +08:00
Driver: Refactor MCP23009 GPIO expander into uORB driver
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user