Changes between Version 4 and Version 5 of OpenWrt/gpio


Ignore:
Timestamp:
09/15/2021 09:56:46 PM (3 years ago)
Author:
Tim Harvey
Comment:

removed setting of R11=0xff for user pushbutton examples as driver handles this

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/gpio

    v4 v5  
    105105#!bash
    106106i2cset -f -y 0 0x20 0 0x00 # disable pushbutton hard reset
    107 i2cset -f -y 0 0x20 11 0xff # enable all interrupts
    108107}}}
    109108