diff options
Diffstat (limited to 'docs/wipy/tutorial')
-rw-r--r-- | docs/wipy/tutorial/intro.rst | 4 | ||||
-rw-r--r-- | docs/wipy/tutorial/repl.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/wipy/tutorial/intro.rst b/docs/wipy/tutorial/intro.rst index 76d3ae985f..7dc5f1c13d 100644 --- a/docs/wipy/tutorial/intro.rst +++ b/docs/wipy/tutorial/intro.rst @@ -17,7 +17,7 @@ Because the WiPy/expansion board does not have a housing it needs a bit of care: If you experience a lot of static electricity in your area (eg dry and cold climates), take extra care not to shock the WiPy. If your WiPy came in a ESD bag, then this bag is the best way to store and carry the - pyboard as it will protect it agains static discharges. + WiPy as it will protect it agains static discharges. As long as you take care of the hardware, you should be okay. It's almost impossible to break the software on the WiPy, so feel free to play around @@ -46,7 +46,7 @@ Powering by an external power source The WiPy can be powered by a battery or other external power source. **Be sure to connect the positive lead of the power supply to VIN, and -ground to GND. There is no polarity protection on the pyboard so you +ground to GND. There is no polarity protection on the WiPy so you must be careful when connecting anything to VIN.** - When powering via ``VIN``: diff --git a/docs/wipy/tutorial/repl.rst b/docs/wipy/tutorial/repl.rst index 56c434f5ab..87b296f886 100644 --- a/docs/wipy/tutorial/repl.rst +++ b/docs/wipy/tutorial/repl.rst @@ -82,10 +82,10 @@ MicroPython prompt, i.e. ``>>>``. Let's make sure it is working with the obliga In the above, you should not type in the ``>>>`` characters. They are there to indicate that you should type the text after it at the prompt. In the end, once -you have entered the text ``print("hello pyboard!")`` and pressed Enter, the output +you have entered the text ``print("hello WiPy!")`` and pressed Enter, the output on your screen should look like it does above. -If you already know some python you can now try some basic commands here. +If you already know some Python you can now try some basic commands here. If any of this is not working you can try either a hard reset or a soft reset; see below. |