Difference between revisions of "Gpio beaglebone black"
From Teknologisk videncenter
m (→config-pin command) |
m (→config-pin command) |
||
Line 6: | Line 6: | ||
</source> | </source> | ||
P9_16 (gpio 51) configure to gpio mode configured as input with pull-up resistor. Current input value "0". | P9_16 (gpio 51) configure to gpio mode configured as input with pull-up resistor. Current input value "0". | ||
+ | ==GPIOD version 1.4.1== | ||
+ | history | ||
[[Category:Beagleboard Black]] | [[Category:Beagleboard Black]] |
Revision as of 07:46, 11 June 2023
config-pin command
debian@beaglebone:/sys$ config-pin P9_16 gpio_pu
debian@beaglebone:/sys$ config-pin -q P9_16
P9_16 Mode: gpio_pu Direction: in Value: 0
P9_16 (gpio 51) configure to gpio mode configured as input with pull-up resistor. Current input value "0".
GPIOD version 1.4.1
history