drcpattison / DPEng_ICM20948_AK09916

DPEng's Arduino library for the ICM-20948 breakout board with magnetometer calibration and AHRS examples
MIT License
25 stars 8 forks source link

make the iic address parametric #2

Closed ocagdas closed 5 years ago

ocagdas commented 5 years ago

I know that this code is for a particular breakout board and keeping the I2C device address fixed makes sense from that perspective. However, making it parametric and still defaulting to 0x69 would give more flexibility for other use cases I suppose.