Changes between Version 3 and Version 4 of ventana/DigitalIO
- Timestamp:
- 11/12/2018 07:57:31 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/DigitalIO
v3 v4 186 186 Note that on these boards that have i2c-2 off-board via DIO0/DIO1 capability, there are 4.7kohm pull-up's to 3.3V on DIO0/DIO1. 187 187 188 ** Troubleshooting: 189 190 It's a best practice to only use output for troubleshooting DIO. 191 192 In this example a GW5304 is being used with leads attached to pin 1 and 5 or J4. 193 194 {{{ 195 echo 16 > /sys/class/gpio/export 196 root@OpenWrt:/# echo out > /sys/class/gpio/gpio16/direction 197 root@OpenWrt:/# echo 1 > /sys/class/gpio/gpio16/value # V out is high 3.3V 198 root@OpenWrt:/# echo 0 > /sys/class/gpio/gpio16/value # V out is low 0.2V 199 }}} 200 201 188 202 189 203 === I2C on HDMI output