szazo / DHT11_Python

Pure Python library for reading DHT11 sensor on Raspberry Pi
MIT License
296 stars 225 forks source link

compatibility to windows IoT on Raspberry Pi 3 #1

Open sam5665 opened 8 years ago

sam5665 commented 8 years ago

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.

szazo commented 8 years ago

Dear sam, I will check it on windows IoT too. Every call fails or only several of them?

sam5665 commented 8 years ago

Every call returns 1 but I think it is a performance issue of windows iot. Could you verify this?