Dezibot 4
|
#include <stdint.h>
#include <Wire.h>
#include <Arduino.h>
#include <veml6040.h>
Go to the source code of this file.
Classes | |
struct | VEML_CONFIG |
class | ColorDetection |
Enumerations | |
enum | duration { MS40, MS80, MS160, MS320, MS640, MS1280 } |
enum | vemlMode { AUTO, MANUAL } |
enum | color { VEML_RED, VEML_GREEN, VEML_BLUE, VEML_WHITE } |
enum color |
Enumerator | |
---|---|
VEML_RED | |
VEML_GREEN | |
VEML_BLUE | |
VEML_WHITE |
Definition at line 48 of file ColorDetection.h.
enum duration |
Enumerator | |
---|---|
MS40 | |
MS80 | |
MS160 | |
MS320 | |
MS640 | |
MS1280 |
Definition at line 23 of file ColorDetection.h.
enum vemlMode |
Enumerator | |
---|---|
AUTO | |
MANUAL |
Definition at line 32 of file ColorDetection.h.