Skip to content
Nuno Cruz edited this page Feb 9, 2020 · 3 revisions

Where to download?

You can download a pre-build package from the releases page

How to update?

You can update by using the Pycom updater, and selecting a manual package, or using the command line.

What's the PIN mapping used?

You should use the notation GXX (from expansion board), where XX is the GPIO PIN number you wish to use. For example:

led = Pin('G14', Pin.OUT)
led.value(1)

How can I enter safe boot?

Pull IO25 to 3v3.

Clone this wiki locally