danrubel / rpi_gpio.dart

Dart library for accessing the Raspberry Pi GPIO pins
Other
48 stars 5 forks source link

It may be worth a try to use bindings to wiringPi? #11

Closed mezoni closed 8 years ago

mezoni commented 8 years ago

Here is a project which itself are bindings to library wiringPi.

It requires only that the library libwiringPi.so would be available through the PATH environment variable. And this requirement also are not so prinicpial but it only selected as the most simple.

This project at least has the benefit in that the it written in Dart language and can be simple modified without needs to write source code in C language.

I can help to undestand how it works and implemented. And you can develop the same (bindings) project for your own requirements. It's easy!