This repository contains a simple driver for the BH1750 ambient light sensor, created when I was unable to find an existing library for my project. It was tested on a Raspberry Pi Pico using the ...
All the sensors apart from the DHT22 are I2C sensors, most of these are compatible with the arduino sensor code, the wire class provides a compatible interface and is used by the sensors. Each sensor ...