Hi!
How can I set the TFT switch/button (http://adafru.it/1601)?
The pins are: #23 #22 #21 (#27) #18
With this (https://www.kernel.org/doc/Documentation/gpio/sysfs.txt) documentation I set that for example:
echo "18" > export
Then it was created in /sys/class/gpio/gpio18/:
'action_low': "0"
'direction': "in"
'edge': "none"
'uevent': ""
'value': "0"
It is ok.
If I press the "switch #18" then nothing happen! The "/sys/class/gpio/gpio18/value" still "0". Why?
What do I missing?