mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Use list for different boards
This commit is contained in:
parent
8efdf711fd
commit
70f3663673
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -63,9 +63,19 @@ By default serial debugging is disabled. To turn it on simply change ```ENABLE_U
|
||||||
|
|
||||||
### Boards
|
### Boards
|
||||||
|
|
||||||
Currently the following boards are supported by the library: All official Arduino AVR boards (Uno, Duemilanove, Mega, Mega 2560, Mega ADK, Leonardo etc.), Teensy (Teensy 1.0, Teensy 2.0 and Teensy++ 2.0), Balanduino, Sanguino and Black Widdow.
|
Currently the following boards are supported by the library:
|
||||||
|
|
||||||
The following boards need to be activated manually in [settings.h](settings.h): Arduino ADK, Sanguino, Teeny 2.0, and Black Widdow. Simply set the corresponding value to 1 instead of 0.
|
* All official Arduino AVR boards (Uno, Duemilanove, Mega, Mega 2560, Mega ADK, Leonardo etc.)
|
||||||
|
* Teensy (Teensy 1.0, Teensy 2.0 and Teensy++ 2.0)
|
||||||
|
* Balanduino
|
||||||
|
* Sanguino
|
||||||
|
* Black Widdow.
|
||||||
|
|
||||||
|
The following boards need to be activated manually in [settings.h](settings.h):
|
||||||
|
|
||||||
|
* Arduino ADK, Sanguino, Teensy 2.0, and Black Widdow.
|
||||||
|
|
||||||
|
Simply set the corresponding value to 1 instead of 0.
|
||||||
|
|
||||||
### [Bluetooth libraries](BTD.cpp)
|
### [Bluetooth libraries](BTD.cpp)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue