Dezibot 4
Loading...
Searching...
No Matches
LightDetection.h File Reference

Class for Reading the values of the different Phototransistors, both IR, and DaylightSensors are supported. More...

#include <stdint.h>
#include <Arduino.h>
+ Include dependency graph for LightDetection.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  averageMeasurement
 
class  LightDetection
 

Enumerations

enum  photoTransistors {
  IR_LEFT , IR_RIGHT , IR_FRONT , IR_BACK ,
  DL_FRONT , DL_BOTTOM
}
 
enum  ptType { IR , DAYLIGHT }
 

Detailed Description

Class for Reading the values of the different Phototransistors, both IR, and DaylightSensors are supported.

Author
Hans Haupt (hans..nosp@m.haup.nosp@m.t@dez.nosp@m.ibot.nosp@m..de)
Version
0.1
Date
2024-04-26

Definition in file LightDetection.h.

Enumeration Type Documentation

◆ photoTransistors

Enumerator
IR_LEFT 
IR_RIGHT 
IR_FRONT 
IR_BACK 
DL_FRONT 
DL_BOTTOM 

Definition at line 19 of file LightDetection.h.

◆ ptType

enum ptType
Enumerator
IR 
DAYLIGHT 

Definition at line 36 of file LightDetection.h.