PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Futaba S.BUS / S.BUS 2 compatible interface. More...
Go to the source code of this file.
Macros | |
#define | SBUS0_DEVICE_PATH "/dev/sbus0" |
Path for the default S.BUS device. More... | |
#define | _SBUS_BASE 0x2c00 |
#define | SBUS_SET_PROTO_VERSION _IOC(_SBUS_BASE, 0) |
Enable S.BUS version 1 / 2 output (0 to disable) More... | |
Futaba S.BUS / S.BUS 2 compatible interface.
Definition in file drv_sbus.h.
#define _SBUS_BASE 0x2c00 |
Definition at line 53 of file drv_sbus.h.
#define SBUS0_DEVICE_PATH "/dev/sbus0" |
Path for the default S.BUS device.
Definition at line 51 of file drv_sbus.h.
#define SBUS_SET_PROTO_VERSION _IOC(_SBUS_BASE, 0) |
Enable S.BUS version 1 / 2 output (0 to disable)
Definition at line 56 of file drv_sbus.h.
Referenced by PX4IO::ioctl(), and px4io_main().