RPi: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 May 2024

1 April 2024

19 March 2023

  • curprev 19:2619:26, 19 March 2023Mark talk contribs 513 bytes +513 Created page with "Setup as output echo "23" > /sys/class/gpio/export echo "out" > /sys/class/gpio/gpio23/direction echo "1" > /sys/class/gpio/gpio23/value echo "0" > /sys/class/gpio/gpio23/value Setup as input echo "23" > /sys/class/gpio/export echo "in" > /sys/class/gpio/gpio23/direction cat /sys/class/gpio/gpio23/value echo "23" > /sys/class/gpio/unexport Or: gpio -g mode 23 out..."