Skip to content

rsolomon/py-DS1620

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DS1620.py

A python port of cypherkey's RaspberryPi.Net DS1620 wrapper. Their wrapper can be found here: https://github.com/cypherkey/RaspberryPi.Net

version

0.0.1

usage

import RPi.GPIO as GPIO
from DS1620 import DS1620

GPIO.cleanup()
t_sensor = DS1620(17, 18, 27)
t_sensor.get_temperature()

About

DS1620 temperature sensor wrapper in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published