PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <drv_tap_esc.h>
Public Attributes | |
uint8_t | channelID |
uint8_t | ESCStatus |
int16_t | speed |
uint16_t | current |
Definition at line 95 of file drv_tap_esc.h.
uint8_t RunInfoRepsonse::channelID |
Definition at line 96 of file drv_tap_esc.h.
Referenced by TAP_ESC::cycle().
uint16_t RunInfoRepsonse::current |
Definition at line 103 of file drv_tap_esc.h.
uint8_t RunInfoRepsonse::ESCStatus |
Definition at line 97 of file drv_tap_esc.h.
Referenced by TAP_ESC::cycle().
int16_t RunInfoRepsonse::speed |
Definition at line 98 of file drv_tap_esc.h.
Referenced by TAP_ESC::cycle().