forked from pycom/pycom-micropython-sigfox
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Nuno Cruz edited this page Feb 9, 2020
·
3 revisions
You can download a pre-build package from the releases page
You can update by using the Pycom updater, and selecting a manual package, or using the command line.
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)
Pull IO25 to 3v3.