├── README ├── TinyPCRemote_ATtiny85 └── TinyPCRemote_ATtiny85.ino ├── TinyPCRemote_CodeReader └── TinyPCRemote_CodeReader.ino ├── TinyPCRemote_Schematic.png └── keyboard_commands.txt /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanchantrell/TinyPCRemote/HEAD/README -------------------------------------------------------------------------------- /TinyPCRemote_ATtiny85/TinyPCRemote_ATtiny85.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanchantrell/TinyPCRemote/HEAD/TinyPCRemote_ATtiny85/TinyPCRemote_ATtiny85.ino -------------------------------------------------------------------------------- /TinyPCRemote_CodeReader/TinyPCRemote_CodeReader.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanchantrell/TinyPCRemote/HEAD/TinyPCRemote_CodeReader/TinyPCRemote_CodeReader.ino -------------------------------------------------------------------------------- /TinyPCRemote_Schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanchantrell/TinyPCRemote/HEAD/TinyPCRemote_Schematic.png -------------------------------------------------------------------------------- /keyboard_commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanchantrell/TinyPCRemote/HEAD/keyboard_commands.txt --------------------------------------------------------------------------------