You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go install github.com/hybridgroup/gobot/platforms/digispark
# github.com/hybridgroup/gobot/platforms/digispark
In file included from code/go/src/github.com/hybridgroup/gobot/platforms/digispark/littleWire.go:4:
./littleWire.h:34:13: fatal error: 'usb.h' file not found
#include <usb.h> // this is libusb, see http://libusb.sourceforge.net/
^
1 error generated.
The text was updated successfully, but these errors were encountered:
Hi, @jish I was able to reproduce your problem on OSX, but have not come up with a solution yet. Something to do with the paths to the includes, and linker when using CGO on OSX that is a little bit out of the ordinary.
I'm following the instructions on this page https://gobot.io/documentation/platforms/digispark/ but I am having issues installing the Digispark platform:
And then
The text was updated successfully, but these errors were encountered: