RSS Amplifier

Zack Scholl · Jun 7, 2015

Benchmarking the GPIO pins on a Raspberry Pi

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

tldr; use Go for reading GPIO pins because its about as fast as C for practical uses and a bit easier to code in, but use C if you want to write to pins (max cycle rate 15 MHz) or if you just want to keep things in memory. A good question to ask yourself before using the Raspberry Pi GPIO pins for time sensitive things is exactly how fast can I read and write to these pins?

Read on /raspberrypi/gpio/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.