Dezibot 4
|
Class for Reading the values of the different Phototransistors, both IR, and DaylightSensors are supported. More...
#include <stdint.h>
#include <Arduino.h>
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 } |
Class for Reading the values of the different Phototransistors, both IR, and DaylightSensors are supported.
Definition in file LightDetection.h.
enum photoTransistors |
Enumerator | |
---|---|
IR_LEFT | |
IR_RIGHT | |
IR_FRONT | |
IR_BACK | |
DL_FRONT | |
DL_BOTTOM |
Definition at line 19 of file LightDetection.h.
enum ptType |
Enumerator | |
---|---|
IR | |
DAYLIGHT |
Definition at line 36 of file LightDetection.h.