om

Results 4 comments of om

I am having the same issue for a Windows Phone 7.5 solution on VS2012. Any solutions?

Using an older version of the library worked for me. Using 0.8.3.

I can confirm this issue. I get the following error on my Raspberry Pi 2. ``` Error: ENOENT, open '/sys/class/gpio/gpio13/direction' at Error (native) ```

Apparently the issue isn't with `pi-gpio`. It is `gpio-admin` that this module uses. The path for gpio seems to have changed. https://github.com/quick2wire/quick2wire-gpio-admin/issues/5 Pulling from this repo branch fitpath worked for...