timofurrer / w1thermsensor

A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices.
MIT License
493 stars 113 forks source link

Onion.io compatibility #17

Closed WattsC-90 closed 7 years ago

WattsC-90 commented 8 years ago

Nice library, what would i need to do to make this compatible with an onion.io board? Or would it be compatible out the box? Unsure how it handles the lowest level interactions with gpio

timofurrer commented 8 years ago

The w1thermsensor module is using the w1therm kernel module. Thus, the low level interaction with the GPIO pins is handled by this kernel module and not by this python module. I'm pretty confident that if the kernel module works, this module will work too. Unfortunately, I don't have any experiences with onion.io

Keep me posted if you try it!

timofurrer commented 7 years ago

I'm going to close this issue until there is a concrete problem with this issue.

If you have any updates on the onion.io compatibility I'm happy to here all about it - just use this issue to respond.