MicroMod Qwiic Pro Kit Project Guide
Contributors:
bboyho
Installing the Libraries
Note: If you have not previously installed an Arduino library, please check out our installation guide.
SparkFun has written a library for the Qwiic enabled joystick, 9DoF IMU (ISM330DHCX, MMC5983MA), proximity sensor (VCNL4040), and 64x48 micro OLED. You can obtain these libraries through the Arduino Library Manager. Search for the following terms to automatically install the latest versions of each library. If you have issues compiling, you may need to download the respective library versions listed below.
- SparkFun Joystick (v1.0.4)
- SparkFun 6DoF ISM330DHCX - Accelerometer and Gyro (v1.0.0)
- SparkFun MMC5983MA - Magnetometer (v1.0.0)
- SparkFun VCNL4040 (v1.0.2)
- SparkFun micro OLED (v1.2.5)
If you prefer downloading the libraries manually, you can grab them from each of the respective GitHub repositories.
Note: The demo code currently just uses the accelerometer to control the paddle. We have linked the library in this section in case you use the magnetometer in case you decide to use it as well!