User Manual

Otherwise, the original Qwiic HAT would be better if you need to using the boards in an
enclosure.
I2C on Raspberry Pi
OS and Library Install
If you're starting from scratch, with a blank microSD card, you'll want to install
Raspbian. If you've already got a working Raspbian system, skip ahead to step 3.
1. Download the NOOBS image. As of this writing, it's at version 2.4.4.
2. Follow the official installation instructions.
3. Follow the Wiring Pi Instructions to get git, update and upgrade your Rasbpian
packages, then install WiringPi.
Be patient -- each of these steps takes a while.
Once you've got wiringPi installed, run the gpio commands shown below.
>gpio -v
>gpio readall
It should respond with some information about the wiringPi version and the Pi that its
running on, then draw a table illustrating the configuration for the pins in the 40-pin
connector.
Configuration
8/9