Chapter 5
IO configuration for the Raspberry Pi platform

The previous chapter illustrated the process of creating a control algorithm in the REX Control System and deploying it to the target device. But so far, the algorithm does not interact with the outer world, it is not connected to any physical signal (or external data).

We will use the GPIO pins of the Raspberry Pi for interaction with the real world. The pins can be configured as inputs or outputs.