#include "main.h"
Go to the source code of this file.
Macros | |
#define | TMP117 (0x48) |
#define | ICM_MOTION (0x68) |
#define | HALL_EFFECT (0x30) |
#define | PIN_SCL (27UL) |
#define | PIN_SDA (26UL) |
Functions | |
void | i2c_init (void) |
Functions for I2C usage. More... | |
void | i2c_write (uint8_t, uint16_t, uint8_t) |
uint16_t | i2c_read (uint8_t, uint8_t) |
#define HALL_EFFECT (0x30) |
#define ICM_MOTION (0x68) |
#define PIN_SCL (27UL) |
#define PIN_SDA (26UL) |
#define TMP117 (0x48) |
void i2c_init | ( | void | ) |
Functions for I2C usage.