Viking Skull Lamp
V1.0.1
|
#include "motorControl.hpp"
Go to the source code of this file.
Functions | |
void | motorInit () |
Initialize the motor. More... | |
void | openFront () |
Open the font. More... | |
void | closeFront () |
Close the font. More... | |
Variables | |
enum frontState_t | frontState = FRONT_UNKNOWN |
Store the state of the front panel. More... | |
void closeFront | ( | ) |
Close the font.
It will try to close the front panel.
Definition at line 116 of file motorControl.cpp.
void motorInit | ( | ) |
Initialize the motor.
Definition at line 35 of file motorControl.cpp.
void openFront | ( | ) |
Open the font.
It will try to open the front panel.
Definition at line 73 of file motorControl.cpp.
enum frontState_t frontState = FRONT_UNKNOWN |
Store the state of the front panel.
Definition at line 33 of file motorControl.cpp.