Allows control of module enable/disable from PiOS.
More...
|
enum | pios_modules {
PIOS_MODULE_COMUSBBRIDGE,
PIOS_MODULE_GPS,
PIOS_MODULE_STORM32BGC,
PIOS_MODULE_UAVOFRSKYSENSORHUBBRIDGE,
PIOS_MODULE_UAVOFRSKYSPORTBRIDGE,
PIOS_MODULE_UAVOHOTTBRIDGE,
PIOS_MODULE_UAVOLIGHTTELEMETRYBRIDGE,
PIOS_MODULE_UAVOMAVLINKBRIDGE,
PIOS_MODULE_UAVOMSPBRIDGE,
PIOS_MODULE_UAVOCROSSFIRETELEMETRY,
PIOS_MODULE_VTXCONFIG,
PIOS_MODULE_AUTOTUNE,
PIOS_MODULE_NUM
} |
|
enum | actuator_interlock { ACTUATOR_INTERLOCK_OK,
ACTUATOR_INTERLOCK_STOPREQUEST,
ACTUATOR_INTERLOCK_STOPPED
} |
|
Allows control of module enable/disable from PiOS.
#define DSHOT_CMD_BEACON3 (3) |
Enumerator |
---|
ACTUATOR_INTERLOCK_OK |
|
ACTUATOR_INTERLOCK_STOPREQUEST |
|
ACTUATOR_INTERLOCK_STOPPED |
|
Definition at line 57 of file pios_modules.h.
Enumerator |
---|
PIOS_MODULE_COMUSBBRIDGE |
|
PIOS_MODULE_GPS |
|
PIOS_MODULE_STORM32BGC |
|
PIOS_MODULE_UAVOFRSKYSENSORHUBBRIDGE |
|
PIOS_MODULE_UAVOFRSKYSPORTBRIDGE |
|
PIOS_MODULE_UAVOHOTTBRIDGE |
|
PIOS_MODULE_UAVOLIGHTTELEMETRYBRIDGE |
|
PIOS_MODULE_UAVOMAVLINKBRIDGE |
|
PIOS_MODULE_UAVOMSPBRIDGE |
|
PIOS_MODULE_UAVOCROSSFIRETELEMETRY |
|
PIOS_MODULE_VTXCONFIG |
|
PIOS_MODULE_AUTOTUNE |
|
PIOS_MODULE_NUM |
|
Definition at line 33 of file pios_modules.h.
int actuator_send_dshot_command |
( |
uint8_t |
cmd_id, |
|
|
uint8_t |
num_to_send, |
|
|
uint16_t |
channel_mask |
|
) |
| |
void system_annunc_custom_string |
( |
const char * |
string | ) |
|
void telemetry_set_inhibit |
( |
bool |
inhibit | ) |
|
- Todo:
- Consider nulling out flighttelemetrystats conn state.
Definition at line 981 of file telemetry.c.