|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Skiron motor speed controller by Michel. More...
#include "subsystems/actuators.h"#include "subsystems/actuators/actuators_skiron.h"#include "mcu_periph/i2c.h"#include "mcu_periph/sys_time.h"
Include dependency graph for actuators_skiron.c:Go to the source code of this file.
Functions | |
| void | actuators_skiron_init (void) |
| void | actuators_skiron_set (void) |
Variables | |
| struct ActuatorsSkiron | actuators_skiron |
Skiron motor speed controller by Michel.
Definition in file actuators_skiron.c.
| void actuators_skiron_init | ( | void | ) |
Definition at line 37 of file actuators_skiron.c.
References ACTUATORS_SKIRON_I2C_ADDR, I2CTransDone, I2CTransTx, i2c_transaction::len_w, i2c_transaction::slave_addr, i2c_transaction::status, ActuatorsSkiron::trans, and i2c_transaction::type.
| void actuators_skiron_set | ( | void | ) |
Definition at line 47 of file actuators_skiron.c.
References actuators_skiron, i2c_transaction::buf, i2c_submit(), SysTimeTimer, ActuatorsSkiron::trans, and USEC_OF_SEC.
Here is the call graph for this function:| struct ActuatorsSkiron actuators_skiron |
Definition at line 34 of file actuators_skiron.c.
Referenced by actuators_skiron_set().