#include <vortex_80a_esc.hpp>
Driver for the Vortex80AEsc involving sending various signals and speed ranges.
◆ Vortex80AEsc()
◆ armingRoutine()
| void fang::motor::Vortex80AEsc::armingRoutine |
( |
| ) |
|
This will lock the code for half a second, sending the armin signal This is mainly used for tests. If you have a lot of motors, the code will lock up for that given period.
◆ getDirectionality()
◆ sendArmingSignal()
| void fang::motor::Vortex80AEsc::sendArmingSignal |
( |
| ) |
|
Sends the appropriate arming signal
◆ setDirectionality()
| void fang::motor::Vortex80AEsc::setDirectionality |
( |
const Directionality & |
directionality | ) |
|
◆ setPulseDuration()
| void fang::motor::Vortex80AEsc::setPulseDuration |
( |
const Microseconds & |
duration | ) |
|
This is how long the pwm signal stays high each cycle. You snhould not exceed the cycle period.
◆ setSpeed()
| void fang::motor::Vortex80AEsc::setSpeed |
( |
double |
speedRangePercentage | ) |
|
The documentation for this class was generated from the following files: