├── LICENSE ├── README.md ├── checkm8-a5.ino ├── constants.h └── usb_host_library.patch /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1exdandy/checkm8-a5/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1exdandy/checkm8-a5/HEAD/README.md -------------------------------------------------------------------------------- /checkm8-a5.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1exdandy/checkm8-a5/HEAD/checkm8-a5.ino -------------------------------------------------------------------------------- /constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1exdandy/checkm8-a5/HEAD/constants.h -------------------------------------------------------------------------------- /usb_host_library.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1exdandy/checkm8-a5/HEAD/usb_host_library.patch --------------------------------------------------------------------------------