add ewadme
This commit is contained in:
@@ -59,3 +59,33 @@ void StatusUI::setHealthState(mavlink_sys_status_t *t)
|
||||
setColor(ui->checkBox_5,((health & 0x0400) > 0)?(((health & 0x0010) > 0)?(state::success):(state::warning)):(state::failure));
|
||||
setColor(ui->checkBox_6,((health & 0x0800) > 0)?(((health & 0x0020) > 0)?(state::success):(state::warning)):(state::failure));
|
||||
}
|
||||
|
||||
void StatusUI::setAttitude(mavlink_attitude_t *t)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
void StatusUI::setGPS(mavlink_gps_raw_int_t *t)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
void StatusUI::setServo(mavlink_servos_t *t)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
void StatusUI::setBattery(mavlink_battery_status_t *t)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
void StatusUI::setRPM(mavlink_rpm_t *t)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user