Search found 1 match
- Fri Mar 06, 2020 3:57 pm
- Forum: General Discussion
- Topic: Weird problem: Sensor only works on GPIO2 !?
- Replies: 3
- Views: 6695
Weird problem: Sensor only works on GPIO2 !?
Hello, I have a very weird problem that is driving me crazy: I have a DHT12 temperature sensor and I'm using this library: https://github.com/xreef/DHT12_sensor_library This lib should work with every GPIO, because the constructor has a value for the pin: DHT12 dht12([pin], true); I use the OneWire ...