View Single Post
kimmoli's Avatar
Posts: 562 | Thanked: 2,744 times | Joined on Dec 2013 @ Espoo, Finland
#5
ok. GPIO (INT) seems to work as output.

Code:
echo 67 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio67/direction
# changing direction will set output to low
echo 0 > /sys/class/gpio/gpio67/value
echo 1 > /sys/class/gpio/gpio67/value
Picture below is from making pulse from command line
echo 1 > value ; echo 0 > value


and the other one is from setting it back to input, it goes "slowly" up as it is pulled high with pull-up resistor.
echo in > direction
Attached Images
  
__________________
TOH ideas, concepts and creations since 2013 toholed tohuart toheink Heebo tohIRi i2ctool tohmm LeTOH FMTOH
 

The Following 5 Users Say Thank You to kimmoli For This Useful Post: