On Sunday, 29 September 2019 at 16:26:48 UTC, Aldo wrote:
On Sunday, 29 September 2019 at 11:36:00 UTC, aberba wrote:
On Thursday, 26 September 2019 at 00:09:30 UTC, Mike Franklin
wrote:
[...]
I have no idea how to do that from D. Any help/resources on
that?
Maybe you can use this dub package?
http://code.dlang.org/packages/dgpio
I'm using a D app on a raspberry Pi to open my house portal for
1 year now. It works perfectly. The "hardest" part is the
compilation.
I tried this guide yesterday:
https://wiki.dlang.org/Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices and it worked perfectly fine. I compiled my app from Windows with a Debian (from the windows store) and uploaded my executable compiled with ARM target.
Thanks. Appreciate.