Skip to content

Commit

Permalink
iom: move imu to iom0
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Jun 3, 2024
1 parent e209c33 commit e354ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ constexpr unsigned long baudrate_debug_serial = 1000000;
// for using the I2C port corresponding to the PCB pins
// constexpr int i2c_port_number {1};
// for using the I2C port corresponding to the Qwiic connector
constexpr int i2c_port_number {2}; // for IMU
constexpr int i2c_port_number {0}; // for IMU

// TODO: use some form of constexpr if instead
// first declare the variables and document
Expand Down

0 comments on commit e354ee2

Please sign in to comment.