Teensy-ICM-20948 icon indicating copy to clipboard operation
Teensy-ICM-20948 copied to clipboard

Add I2C Support

Open invalidflaw opened this issue 4 years ago • 1 comments

Proposal Add I2c interface library. Create a class derived from the existing ICM20948 interface class with a new init() function support I2C.

Reason I2C uses fewer wires than SPI, making it attractive for small projects. Saves pins on microcontrollers

invalidflaw avatar Oct 09 '20 02:10 invalidflaw

https://github.com/ZaneL/Teensy-ICM-20948/issues/2#issuecomment-834987695

isouriadakis avatar May 08 '21 02:05 isouriadakis