JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
#include "util/ICM_20948_C.h"
#include "util/AK09916_REGISTERS.h"
#include "Arduino.h"
#include "Wire.h"
#include "SPI.h"
Go to the source code of this file.
Classes | |
class | ICM_20948 |
class | ICM_20948_I2C |
class | ICM_20948_SPI |
Macros | |
#define | ICM_20948_ARD_UNUSED_PIN 0xFF |
#define | ICM_20948_SPI_DEFAULT_FREQ 4000000 |
#define | ICM_20948_SPI_DEFAULT_ORDER MSBFIRST |
#define | ICM_20948_SPI_DEFAULT_MODE SPI_MODE0 |
#define ICM_20948_ARD_UNUSED_PIN 0xFF |
Definition at line 17 of file ICM_20948.h.
#define ICM_20948_SPI_DEFAULT_FREQ 4000000 |
Definition at line 264 of file ICM_20948.h.
#define ICM_20948_SPI_DEFAULT_MODE SPI_MODE0 |
Definition at line 266 of file ICM_20948.h.
#define ICM_20948_SPI_DEFAULT_ORDER MSBFIRST |
Definition at line 265 of file ICM_20948.h.