Using D for Raspberry Pi expirements

Mike Franklin slavo5150 at yahoo.com
Thu Sep 26 00:09:30 UTC 2019


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


More information about the Digitalmars-d-learn mailing list