mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
9 lines
267 B
Bash
9 lines
267 B
Bash
echo 131 > /sys/class/gpio/unexport
|
|
cat /proc/interrupts
|
|
echo 131 > /sys/class/gpio/export
|
|
echo in > /sys/class/gpio/gpio131/direction
|
|
echo rising > /sys/class/gpio/gpio131/edge
|
|
cat /proc/interrupts
|
|
|
|
# (letter in alfabet - 1) * 32 + number
|
|
# PE3: (5-1) * 32 + 3 = 131 |