GPIO pin usage

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
the_bob
Posts: 2
Joined: Wed Mar 25, 2015 10:40 pm

GPIO pin usage

Post by the_bob » Wed Mar 25, 2015 10:41 pm

I tried to search, but didn't see this mentioned in the forum yet. Is it possible to use all 30 GPIO's mentioned in the introduction video as 15 digital inputs and 15 digital outputs?

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: GPIO pin usage

Post by dhylands » Thu Mar 26, 2015 7:23 am

The pins with a white label in this diagram: http://micropython.org/resources/pybv10-pinout.jpg can all be used as GPIO.

Each pin can individually be set to be an input or an output.

I count 34 GPIO pins (12 on each side, and 10 along the bottom). One of them is also connected to the USR button.

the_bob
Posts: 2
Joined: Wed Mar 25, 2015 10:40 pm

Re: GPIO pin usage

Post by the_bob » Thu Mar 26, 2015 11:26 am

Thanks, Dave! That's exactly what I needed to know. Looks like I'll be hitting Adafruit to order me one :D

Post Reply