On Thursday, 26 September 2019 at 00:09:30 UTC, Mike Franklin
wrote:
On Wednesday, 25 September 2019 at 23:56:45 UTC, aberba wrote:
I'm looking for resources on using D for basic Raspberry Pi
programming...stuff like turning on and off an LED light. I
believe it requires being able to call the Raspberry OS core
APIs from D as available in Python.
Anyone here tried something like that using D?
I haven't tried with D yet, but I use C# and mono calling into
the pigpio C library (http://abyz.me.uk/rpi/pigpio/pdif2.html)
and it workes great. You should be able to do the same with D.
Mike
I have no idea how to do that from D. Any help/resources on that?