Fixed IMU address
This commit is contained in:
parent
2e580b44d2
commit
16ea6dafe3
@ -1,6 +1,6 @@
|
|||||||
import i2c from 'i2c-bus';
|
import i2c from 'i2c-bus';
|
||||||
|
|
||||||
export async function imu(address = 0x4A) { // BNO080 default I2C address
|
export async function imu(address = 0x4B) { // BNO080 default I2C address
|
||||||
const i2cBus = await i2c.openPromisified(1);
|
const i2cBus = await i2c.openPromisified(1);
|
||||||
|
|
||||||
// Register addresses for accelerometer, gyroscope, and magnetometer data (assumes configuration is done)
|
// Register addresses for accelerometer, gyroscope, and magnetometer data (assumes configuration is done)
|
||||||
|
Loading…
Reference in New Issue
Block a user