![]() |
SimpleFOClibrary 2.4.0
|
#include "Arduino.h"Go to the source code of this file.
Classes | |
| class | FOCDriver |
Enumerations | |
| enum | PhaseState : uint8_t { PHASE_OFF = 0 , PHASE_ON = 1 , PHASE_HI = 2 , PHASE_LO = 3 } |
| enum | DriverType { UnknownDriver =0 , BLDC =1 , Stepper =2 , Hybrid =3 } |
| enum DriverType |
| Enumerator | |
|---|---|
| UnknownDriver | |
| BLDC | |
| Stepper | |
| Hybrid | |
Definition at line 15 of file FOCDriver.h.
| enum PhaseState : uint8_t |
| Enumerator | |
|---|---|
| PHASE_OFF | |
| PHASE_ON | |
| PHASE_HI | |
| PHASE_LO | |
Definition at line 7 of file FOCDriver.h.