Hi,
Thanks for adding me to the group. This is my first post here.
I am trying to find a CircuitPython code for the DHT1 sensor.
The only one I can find is from Adafruit and it doesn’t work.
The code has a line dht = adafruit_dht.DHT11(board.D2)
The error says “Module object has no attribute D2” . I have tried other pins but get the same error.
Does anyone have a working CircuitPython code please.