![]() |
Autodrone
Multi-Domain Vehicle
|
This file takes the output of the PID controller and assigns values to the motors. More...
#include "board.h"Functions | |
| void | pulseMotors (void) |
| Pulses the motors. More... | |
| void | mixTable (void) |
| Mixes the values from the PID controller and assigns values to the motors. More... | |
Variables | |
| uint8_t | numberMotor = 4 |
| uint16_t | throttleCmd |
| int16_t | steerCmd |
| int16_t | speedCmd |
| int16_t | motor_temp [4] |
This file takes the output of the PID controller and assigns values to the motors.
| void mixTable | ( | void | ) |
Mixes the values from the PID controller and assigns values to the motors.
| void pulseMotors | ( | void | ) |
Pulses the motors.
| int16_t motor_temp[4] |
| uint8_t numberMotor = 4 |
| int16_t speedCmd |
| int16_t steerCmd |
| uint16_t throttleCmd |