Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Driver to communicate with the ardupilot IO MCU. More...
#include "std.h"
Go to the source code of this file.
Functions | |
void | iomcu_set_heater_duty_cycle (uint8_t duty_cycle) |
External functions. More... | |
Driver to communicate with the ardupilot IO MCU.
Definition in file iomcu.h.
void iomcu_set_heater_duty_cycle | ( | uint8_t | duty_cycle | ) |
External functions.
External functions.
duty_cycle | The duty cycle to set the heater to [0-100%] |
Definition at line 274 of file iomcu.c.
References iomcu_write_register(), PAGE_REG_SETUP_HEATER_DUTY_CYCLE, and PAGE_SETUP.
Referenced by imu_heater_periodic_10hz().