![]() |
MatrixMiniR4 1.1.4
Matrix Mini R4 Arduino Library API Documentation
|
Handling Matrix Motion Sensor functions. More...
#include <Arduino.h>
#include <Wire.h>
Go to the source code of this file.
Classes | |
class | MatrixMotion |
Class for motion sensing using a Matrix Motion sensor. More... | |
Macros | |
#define | ADDR_PCA954X 0x70 |
#define | MatrixMotion_ADDR 0x23 |
Typedefs | |
typedef enum __AxisType | AxisType |
Enumerations | |
enum | __AxisType { x = 0 , y , z } |
Handling Matrix Motion Sensor functions.
Definition in file MiniR4MotionExt.h.
#define ADDR_PCA954X 0x70 |
Definition at line 13 of file MiniR4MotionExt.h.
#define MatrixMotion_ADDR 0x23 |
Definition at line 16 of file MiniR4MotionExt.h.
typedef enum __AxisType AxisType |
enum __AxisType |
Enumerator | |
---|---|
x | |
y | |
z |
Definition at line 18 of file MiniR4MotionExt.h.