![]() |
MatrixMiniR4 1.1.4
Matrix Mini R4 Arduino Library API Documentation
|
Matric Color Sensor functions. More...
#include <Arduino.h>
#include <Wire.h>
Go to the source code of this file.
Classes | |
class | MatrixColor |
Class for interacting with a color sensor. More... | |
Macros | |
#define | ADDR_PCA954X 0x70 |
#define | MatrixColor_ADDR 0x22 |
Typedefs | |
typedef enum __ColorType | ColorType |
Enumerations | |
enum | __ColorType { R = 4 , G , B , C , M , Y , K } |
Matric Color Sensor functions.
Definition in file MiniR4ColorSensorExt.h.
#define ADDR_PCA954X 0x70 |
Definition at line 14 of file MiniR4ColorSensorExt.h.
#define MatrixColor_ADDR 0x22 |
Definition at line 17 of file MiniR4ColorSensorExt.h.
typedef enum __ColorType ColorType |
enum __ColorType |
Enumerator | |
---|---|
R | |
G | |
B | |
C | |
M | |
Y | |
K |
Definition at line 19 of file MiniR4ColorSensorExt.h.