Skip to content

Software Setup

Installation

The SparkFun Qwiic Universal Auto-Detect library is available within in the Arduino library manager, which is launched via the Sketch > Include Libraries > Manage Libraries … menu option in the Arduino IDE. Just search for SparkFun Qwiic Universal

Note

This guide assumes you are using the latest version of the Arduino IDE on your desktop. The following resources available at SparkFun provide the details on setting up and configuring Arduino to use this library.

General Use Pattern

The SparkFun Qwiic Universal Auto-Detect library includes a comprehensive set of examples which show, step by step, how to use the library and create the correct SFE_QUAD_Sensors object for your application. The examples are available from the Examples menu of the Arduino IDE, and in the examples folder of this repository.

For a detailed description of the examples, please see the Examples section of the documentation. We recommend starting with the documentation for Example1 as that demonstrates how to create and use a SFE_QUAD_Sensors__SD object in full detail. The later examples build upon Example1 and show how to use: SFE_QUAD_Sensors__SdFat, SFE_QUAD_Sensors__LittleFS, and SFE_QUAD_Sensors__EEPROM.