SimpleFOClibrary 2.4.0
Loading...
Searching...
No Matches
Sensor.h File Reference
#include <inttypes.h>
Include dependency graph for Sensor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sensor
 

Enumerations

enum  Direction : int8_t { CW = 1 , CCW = -1 , UNKNOWN = 0 }
 
enum  Pullup : uint8_t { USE_INTERN = 0x00 , USE_EXTERN = 0x01 }
 

Enumeration Type Documentation

◆ Direction

enum Direction : int8_t

Direction structure

Enumerator
CW 
CCW 
UNKNOWN 

Definition at line 9 of file Sensor.h.

◆ Pullup

enum Pullup : uint8_t

Pullup configuration structure

Enumerator
USE_INTERN 

Use internal pullups.

USE_EXTERN 

Use external pullups.

Definition at line 19 of file Sensor.h.