Search found 2 matches

by John Hasler
Wed Apr 08, 2020 6:41 pm
Forum: MicroPython pyboard
Topic: Parallel Output of a Byte
Replies: 4
Views: 4016

Re: Parallel Output of a Byte

Viper was the hint I needed. Thank you. Don't know why that was so hard to find.
by John Hasler
Wed Apr 08, 2020 4:06 pm
Forum: MicroPython pyboard
Topic: Parallel Output of a Byte
Replies: 4
Views: 4016

Parallel Output of a Byte

I need to write a byte to a GPIO port in a single operation. I can use any set of pins and any port. I've searched the documentation and can see no way to do it other than eight seperate pin() operations or using assembler or C.