Utilities | qr codes | robot | Search

raspberry pi

Cell 0

This C code snippet is a driver for MaxDetect series sensors using the wiringPi library, providing two functions to wait for pin transitions and read bytes from the MaxDetect bus. The code is licensed under the LGPL version 3 or later and is specific to the MaxDetect series sensors and wiringPi library.

Cell 1

The rht03.c C program is a driver for the MaxDetect series RHT03 sensor, designed to run on a Raspberry Pi device, and it continuously reads and displays temperature and humidity values from the sensor. The program is distributed under the GNU Lesser General Public License (LGPL) version 3 or later, written by Gordon Henderson and part of the wiringPi project.