mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Added Digilent chipKIT to supported boards
This commit is contained in:
parent
fb95a7f383
commit
bc11723589
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ Currently the following boards are supported by the library:
|
|||
* Black Widdow
|
||||
* RedBearLab nRF51822
|
||||
* If you are using the RedBearLab nRF51822, then you must include the RedBearLab SPI library like so: ```#include <SPI.h>``` in your .ino file.
|
||||
* Digilent chipKIT
|
||||
* Please see: <http://www.circuitsathome.com/mcu/usb/running-usb-host-code-on-digilent-chipkit-board>.
|
||||
|
||||
The following boards need to be activated manually in [settings.h](settings.h):
|
||||
|
||||
|
|
Loading…
Reference in a new issue