Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 193 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 193 Bytes

pysensortag

SensorTag 2015 Python library based on pygatt

This library requires PyGATT:
git clone https://github.com/3sigma/pygatt.git
cd pygatt
sudo python setup.py install
cd ..