USB Controller
Laeeth Isharc via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Apr 2 14:24:32 PDT 2015
On Thursday, 2 April 2015 at 17:38:17 UTC, Josh Phillips wrote:
> Hey Guys!
>
> I've started using Arduino, specifically with Processing. I'm
> using it essentially as a usb controller. Is there a good way
> to translate this to D? There doesn't seem to be any standard
> library for usb usage. Are there pre-built libraries or is
> there C libraries I should use?
>
> Thanks
> Josh
Have a look at libusb.org and dstep binaries under releases on
github to do the .h translation.
Port of tango to d2 supposedly does USB also.
More information about the Digitalmars-d-learn
mailing list