File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -69,4 +69,12 @@ There are currently 2 kinds of errors that you might see:
69692. If all 4 LEDs cycle on and off slowly, then there was a hard fault.
7070 This cannot be recovered from and you need to do a hard reset.
7171
72+ Guide for using the pyboard with Windows
73+ ----------------------------------------
74+
75+ The following PDF guide gives information about using the pyboard with Windows,
76+ including setting up the serial prompt and downloading new firmware using
77+ DFU programming:
78+ `PDF guide <http://micropython.org/resources/Micro-Python-Windows-setup.pdf >`__.
79+
7280.. include :: hardware/index.rst
Original file line number Diff line number Diff line change @@ -57,12 +57,6 @@ <h1>MicroPython documentation</h1>
5757 < a class ="biglink " href ="{{ pathto( "reference /index") }}"> Language Reference</ a > < br />
5858 < span class ="linkdescr "> information about MicroPython specific language features</ span >
5959 </ p >
60- {% if port == "pyboard" %}
61- < p class ="biglink ">
62- < a class ="biglink " href ="http://micropython.org/resources/Micro-Python-Windows-setup.pdf "> Guide for {{ port_name }} on Windows (PDF)</ a > < br />
63- < span class ="linkdescr "> including DFU programming</ span >
64- </ p >
65- {% endif %}
6660 < p class ="biglink ">
6761 < a class ="biglink " href ="{{ pathto( "license ") }}"> License</ a > < br />
6862 < span class ="linkdescr "> MicroPython license information</ span >
You can’t perform that action at this time.
0 commit comments