mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-16 19:42:02 +08:00
e2a9b68fc7
Adds a compatible gpiosetevent interface. The helper call the
low level functions while providing a consistent API with
xxxx_ gpiosetevent(uint32_t pinset, bool risingedge,
bool fallingedge, bool event, xcpt_t func,
void *arg);
This wrapper was rjected upstream.