├── LICENSE ├── Makefile ├── README.md ├── hid-ft260.c ├── hid-ids.h └── setenv.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelZaidman/hid-ft260/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelZaidman/hid-ft260/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelZaidman/hid-ft260/HEAD/README.md -------------------------------------------------------------------------------- /hid-ft260.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelZaidman/hid-ft260/HEAD/hid-ft260.c -------------------------------------------------------------------------------- /hid-ids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelZaidman/hid-ft260/HEAD/hid-ids.h -------------------------------------------------------------------------------- /setenv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelZaidman/hid-ft260/HEAD/setenv.sh --------------------------------------------------------------------------------