Metadata-Version: 1.0
Name: ds18b20pi
Version: 0.2
Summary: ds18b20 userspace library for Rapsberry Pi
Home-page: https://github.com/gladkikhartem/ds18b20pi
Author: Gladkikh Artem
Author-email: artem.and.co@gmail.com
License: GPL
Description: 
               
               * no kernel patches needed
               * any GPIOs allowed
               * any number of GPIOs allowed
               
               Make sure you have:
               * build-essential package
               * python-dev or python3-dev package
               * Raspberry Pi device
               * sudo access for the script
               
               import time
               import ds18b20pi
               ds18b20pi.bus.convert(pin)
               time.sleep(0.75)
               for id, temperature in ds18b20pi.bus.search(pin).iteritems():
               ____print(id,temperature)
                    
                    
               
Platform: UNKNOWN
