Skip to content

Combined Sensors library. A SDK C++ library for Raspberry PI PICO's. Supported list : LM35 LM75A DHT11 AHTXX

License

Notifications You must be signed in to change notification settings

gavinlyonsrepo/sensors_PICO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Rss Donate

Sensor Library for Raspberry PI PICO

Table of contents

Overview

  • Name : Sensors_PICO
  • Description :

C++ Library to support sensors for the Raspberry PI PICO. URL project github link

  • Author: Gavin Lyons

  • Developed on Toolchain:

    1. Raspberry pi PICO RP2040
    2. SDK(1.4.0) C++20
    3. compiler G++ for arm-none-eabi((15:10.3-2021.07-4)
    4. CMAKE(VERSION 3.20) , VScode(1.84.2)
    5. Linux Mint 22.1

Documentation

Supported devices

Component name Type Interface Readme URL link
LM35 Sensor Temperature ADC Readme
LM75A Sensor Temperature I2C Readme
DHT11 Sensor Temperature & Humidity GPIO Readme
AHT10 Sensor Temperature & Humidity I2C Readme