Hi guys,
do exist a native .net core library to handle Beaglebone black GPIO?
Thanks.
Hi guys,
do exist a native .net core library to handle Beaglebone black GPIO?
Thanks.
Try libsimpleio:
https://www.nuget.org/packages/libsimpleio/
You will need to install the Linux shared library libsimpleio.so per instructions at:
Dennis, thank you for the reply.
I’ve been exploring this library and I have a question maybe you can explain it to me.
At the Raspberry Pi’s example, they just make reference to the pin 17
var pin = 17;
var lightTimeInMilliseconds = 1000;
var dimTimeInMilliseconds = 200;
and then
controller.OpenPin(pin, PinMode.Output);
that’s all.
but if I need to make a reference to the gpio3_19 at the BBB, how do I do it?
Where I can find this info? … I have been searching for without success.
Miguel.
Thanks for your reply …I’ll explores it.
Off-hand, look at the "GPIO Numbering Scheme" at
https://vadl.github.io/beagleboneblack/2016/07/29/setting-up-bbb-gpio