MatrixMiniR4 1.1.4
Matrix Mini R4 Arduino Library API Documentation
Loading...
Searching...
No Matches
MiniR4ColorSensorExt.h File Reference

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
}
 

Detailed Description

Matric Color Sensor functions.

Author
MATRIX Robotics

Definition in file MiniR4ColorSensorExt.h.

Macro Definition Documentation

◆ ADDR_PCA954X

#define ADDR_PCA954X   0x70

Definition at line 14 of file MiniR4ColorSensorExt.h.

◆ MatrixColor_ADDR

#define MatrixColor_ADDR   0x22

Definition at line 17 of file MiniR4ColorSensorExt.h.

Typedef Documentation

◆ ColorType

typedef enum __ColorType ColorType

Enumeration Type Documentation

◆ __ColorType

Enumerator

Definition at line 19 of file MiniR4ColorSensorExt.h.