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

Interference with RPi.GPIO/RPi.PWM #25

Closed csmotion closed 7 years ago

csmotion commented 7 years ago

Timo,

Thanks for the excellent library!

I'm trying to use this with the RPi.PWM library, but it appears that I run into problems if I run RPi.GPIO and w1thermsensor in separate processes. However, if I roll these into a common module, there appears to be no issue. Have you observed this behavior, and if so, thoughts on its cause?

Thanks! Jim

timofurrer commented 7 years ago

No, I haven't observed this behavior.

I run into problems

Problems like what? Tracebacks? logic errors? wrong temperatures?

Thanks for your contribution :beers: And sorry for being late with answering!

csmotion commented 7 years ago

Timo,

This appeared to be an issue with multiprocessing and RPi.GPIO, not your library! D'oh! Owe you a beer if you're in CO!

Jim

timofurrer commented 7 years ago

Okay, no worries! I'm going to close this issue then!

I'll remember the beer though!