jaredquinn / sensory

Arduino Async Multi-Sensor Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sensory: Asynchronous Multi Sensor Library

Currently Supported Sensors

  • Dallas DS18B20 OneWire Temperature
  • Borsh Temperature, Humidty and Pressure Sensors (BMP/BME 280)
  • SHT3x Temperature, Humidity

Background

These libraries came about due to the excessive overuse of the delay() functionality in almost all online examples. They wrap around the existing Arduino libraries and in the case of DS18B20 several workarounds to ensure reliability.

About

Arduino Async Multi-Sensor Library


Languages

Language:C++ 100.0%