├── .gitignore ├── LICENSE ├── Makefile ├── README.md └── gpiodump.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jclehner/gpiodump-mt7620/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jclehner/gpiodump-mt7620/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jclehner/gpiodump-mt7620/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jclehner/gpiodump-mt7620/HEAD/README.md -------------------------------------------------------------------------------- /gpiodump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jclehner/gpiodump-mt7620/HEAD/gpiodump.c --------------------------------------------------------------------------------