Closed ghost closed 9 years ago
Hey, I just checked and apprently the USB Host Shield library has been updated in the meantime. There's a slim chance something might be broken. I will have a look into that sometime next week. In the meantime, try using my fork (which once was merged to the main branch): https://github.com/sieren/USB_Host_Shield_2.0
Thanks for the tip. That did the trick!
Thanks for bringing this up though :) I'll have a look and see if I can fix it on the main library. Gonna leave this open till then as a reminder for myself and others encountering this issue.
I've fixed this now and issued a Pull Request to the master branch: https://github.com/felis/USB_Host_Shield_2.0/pull/156
Thanks again for reporting!
New to Arduino but not to coding. Using Arduino IDE 1.6.1
After following installation instructions, I get the following error when I compile nRF51822-BLEMIDI.ino.
An examination of
shows that indeed, there is no member named 'setClockDivider'.
Not sure how to proceed, any help appreciated.