Search found 1 match

by picopie
Sat Aug 04, 2018 9:19 pm
Forum: MicroPython pyboard
Topic: Can micropython write to GPIO port in parallel as a group ?
Replies: 1
Views: 2234

Can micropython write to GPIO port in parallel as a group ?

Hello, I had been using class Pin to write to pyboard GPIO but I was wondering if I can write to a GPIO port in parallel so all pins in a port will transition at once. I searched documentation but could not find a reference. Also, is there facility like "bus out" object in mbed that you can use as d...