Rymapt / ethoscope

a platform from monitoring animal behaviour in real time from a raspberry pi
http://gilestrolab.github.io/ethoscope/
GNU General Public License v3.0
0 stars 2 forks source link

Rymapt i2c: classes to read data from humidity sensor and RTC chip #42

Closed PaoloGB closed 7 years ago

PaoloGB commented 7 years ago

I have created two class files, called HIH6130.py (T, RH% sensor) and ISL12026.py (RTC). In order to test them, I have create two _test files, that can be removed once we are happy with the status of the code. The 'easyi2c.py' file is needed for the temperature sensor but I still hope to get rid of it and just use SMBus. In terms of issues, these relate to #20 and #21.

mark-grimes commented 7 years ago

I've made a few modifications, have a look at #44 for more details.