Skip to content

Raspberry PI

Phil Schatzmann edited this page Oct 3, 2025 · 23 revisions

The Raspberry PI is using Linux and provides the following pins:

image

Compile Options

You can set the -DUSE_RPI=ON option to activate the Linux API E.g:

cmake -DUSE_RPI=ON -DUSE_HTTPS=OFF -DCMAKE_BUILD_TYPE=Debug ..

Blink Sketch

Here is the PulseView output of the Blink Sketch

image

Clone this wiki locally