DHT11_Python
DHT11_Python copied to clipboard
compatibility to windows IoT on Raspberry Pi 3
Hello,
thank you for your great work on this projekt but is it possible to make it compatible with windows IoT? I tried to exchange the import form "import RPi.GPIO as GPIO" to "import _wingpio as GPIO" but I only get error 1.
Dear sam, I will check it on windows IoT too. Every call fails or only several of them?
Every call returns 1 but I think it is a performance issue of windows iot. Could you verify this?