SimpleFOClibrary 2.4.0
Loading...
Searching...
No Matches
FOCDriver.h File Reference
#include "Arduino.h"
Include dependency graph for FOCDriver.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Enumeration Type Documentation

◆ DriverType

enum DriverType
Enumerator
UnknownDriver 
BLDC 
Stepper 
Hybrid 

Definition at line 15 of file FOCDriver.h.

◆ PhaseState

enum PhaseState : uint8_t
Enumerator
PHASE_OFF 
PHASE_ON 
PHASE_HI 
PHASE_LO 

Definition at line 7 of file FOCDriver.h.