Pyboard Hookup Guide
Contributors:
LightningHawk
Getting Started with MicroPython for Pyboard
You can control your pyboard in two ways:
- One from loading Python scripts in your favorite text editor, editing main.py, and saving it via the pyboard drive.
- Or through a serial terminal using REPL (Note: To use the use REPL you need to install drivers. Depending on your system, the install varies.)
For more information on these methods, check out the sections below!