---
This repository contains sensor code that can be reused across multiple platforms. Generally, the code is broken down into two files (three if c++ is included):
The basic sensor/driver code. Implemented in C. All I/O is performed by calling user specified functions to allow support for different platforms.
A basic C header which defines constants and function prototypes
Optionally, a C++ header which defines a Class that incorporates all functionality needed to interact with the sensors--including I/O functions.
Barometer Click (https://www.mikroe.com/barometer-click)
Temp&Hum (https://www.mikroe.com/temp-hum-click)
OLED-B Click (https://www.mikroe.com/oled-b-click)
LightRanger Click (https://www.mikroe.com/lightranger-click)
FLAME Click (https://www.mikroe.com/flame-click)
RELAY Click (https://www.mikroe.com/relay-click)
Example code using the click module code in this repository is available at https://github.com/Avnet/clickboard_demos. Currently there are demos for: