Skip to content

hendrikb/tsic-pigpio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsic-pigpio

This is a simple C++ class for reading values from TSIC 206 & TSIC 306 digital temperature sensors.

Dependencies

Basic instructions

Connect up the TSIC sensor with 3V3, GND and the GPIO pin of your choice, then compile and run as follows:

make
sudo ./tsic-temp -h         # get help
sudo ./tsic-temp -g20       # -g specifies that the sensor is connected to GPIO20, change accordingly!

Optional: install system-wide

sudo make install
sudo tsic-temp

Uninstall:

sudo make distclean

See also:

About

User mode C++ driver for TSIC-306 temperature sensor using PIGPIO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • Makefile 2.2%