9 lines
175 B
C
9 lines
175 B
C
#define I2C_PORT 0
|
|
#define I2C_MASTER_SCL_IO 5
|
|
#define I2C_MASTER_SDA_IO 6
|
|
#define BMA456_ADDRESS 0x18
|
|
|
|
void init_i2c();
|
|
void init_bma456();
|
|
void init_i2c_with_all_devices();
|