mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Deploy felis/USB_Host_Shield_2.0 to github.com/felis/USB_Host_Shield_2.0.git:gh-pages
This commit is contained in:
parent
42c476a08e
commit
4888f7a2e8
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -177,7 +177,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
<ul>
|
<ul>
|
||||||
<li>All official Arduino AVR boards (Uno, Duemilanove, Mega, Mega 2560, Mega <a class="el" href="class_a_d_k.html">ADK</a>, Leonardo etc.)</li>
|
<li>All official Arduino AVR boards (Uno, Duemilanove, Mega, Mega 2560, Mega <a class="el" href="class_a_d_k.html">ADK</a>, Leonardo etc.)</li>
|
||||||
<li>Arduino Due, Intel Galileo, Intel Galileo 2, and Intel Edison<ul>
|
<li>Arduino Due, Intel Galileo, Intel Galileo 2, and Intel Edison<ul>
|
||||||
<li>Note that the Intel Galileo uses pin 2 and 3 as INT and SS pin respectively by default, so some modifications to the shield are needed. See the "Interface modifications" section in the <a href="https://www.circuitsathome.com/usb-host-shield-hardware-manual">hardware manual</a> for more information.</li>
|
<li>Note that the Intel Galileo uses pin 2 and 3 as INT and SS pin respectively by default, so some modifications to the shield are needed. See the "Interface modifications" section in the <a href="https://chome.nerpa.tech/usb-host-shield-hardware-manual">hardware manual</a> for more information.</li>
|
||||||
<li>Note native <a class="el" href="class_u_s_b.html">USB</a> host is not supported on any of these platforms. You will have to use the shield for now.</li>
|
<li>Note native <a class="el" href="class_u_s_b.html">USB</a> host is not supported on any of these platforms. You will have to use the shield for now.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
@ -190,7 +190,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
<li>Black Widdow</li>
|
<li>Black Widdow</li>
|
||||||
<li>RedBearLab nRF51822</li>
|
<li>RedBearLab nRF51822</li>
|
||||||
<li>Digilent chipKIT<ul>
|
<li>Digilent chipKIT<ul>
|
||||||
<li>Please see: <a href="http://www.circuitsathome.com/mcu/usb/running-usb-host-code-on-digilent-chipkit-board">http://www.circuitsathome.com/mcu/usb/running-usb-host-code-on-digilent-chipkit-board</a>.</li>
|
<li>Please see: <a href="https://chome.nerpa.tech/mcu/usb/running-usb-host-code-on-digilent-chipkit-board">https://chome.nerpa.tech/mcu/usb/running-usb-host-code-on-digilent-chipkit-board</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>STM32F4<ul>
|
<li>STM32F4<ul>
|
||||||
|
|
Loading…
Reference in a new issue