├── .gitignore ├── .gitmodules ├── LICENSE.txt ├── README.md ├── uSKY.cmp ├── uSKY.kicad_pcb ├── uSKY.lst ├── uSKY.pro └── uSKY.sch /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishpepper/uSKY/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishpepper/uSKY/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishpepper/uSKY/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishpepper/uSKY/HEAD/README.md -------------------------------------------------------------------------------- /uSKY.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishpepper/uSKY/HEAD/uSKY.cmp -------------------------------------------------------------------------------- /uSKY.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishpepper/uSKY/HEAD/uSKY.kicad_pcb -------------------------------------------------------------------------------- /uSKY.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishpepper/uSKY/HEAD/uSKY.lst -------------------------------------------------------------------------------- /uSKY.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishpepper/uSKY/HEAD/uSKY.pro -------------------------------------------------------------------------------- /uSKY.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishpepper/uSKY/HEAD/uSKY.sch --------------------------------------------------------------------------------