A collection of I2C drivers for devices not supported out of the box in the FTC SDK
-
Open your FTC SDK Android Studio project
-
Open the
build.gradle
file for the TeamCode module: -
At the bottom, add this:
dependencies { implementation 'org.openftc:i2cdrivers:1.0.0' }
-
Now perform a Gradle Sync:
-
You're ready to go :)
- Initial release, with a driver for the Qwiic LED stick donated by FTC16072 - Quantum Quacks