We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32d9ce commit 045e3deCopy full SHA for 045e3de
pinctrl/README.md
@@ -31,6 +31,7 @@ Install the prerequisites with "sudo apt install cmake" - you need at least vers
31
32
* `sudo pinctrl` (Display the state of all recognised GPIOs)
33
* `sudo pinctrl -p` (Show the state of the 40-way header pins)
34
+* `sudo pinctrl -l` (List the recognised GPIO controllers)
35
* `sudo pinctrl 4,6 op dl` (Make GPIOs 4 and 6 outputs, driving low)
36
* `sudo pinctrl poll BT_CTS,BT_RTS` (Monitor the levels of the Bluetooth flow control signals)
37
* `pinctrl funcs 9-11` (List the available alternate functions on GPIOs 9, 10 and 11)
0 commit comments