├── Board Files ├── Motherboard.kicad_pcb ├── Motherboard.lib ├── Motherboard.pro ├── Motherboard.sch └── sym-lib-table ├── CONTRIB.txt ├── Component Footprints └── Toploader.pretty │ ├── Cart Connector.kicad_mod │ ├── Controller Ports.kicad_mod │ ├── PowerSwitch.kicad_mod │ ├── RF-MOD.kicad_mod │ ├── ResetSwitch.kicad_mod │ └── TrimmerCap-THT.kicad_mod ├── LICENSE └── README.md /Board Files/Motherboard.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Redherring32/OpenTendo-TopLoader/HEAD/Board Files/Motherboard.kicad_pcb -------------------------------------------------------------------------------- /Board Files/Motherboard.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Redherring32/OpenTendo-TopLoader/HEAD/Board Files/Motherboard.lib -------------------------------------------------------------------------------- /Board Files/Motherboard.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Redherring32/OpenTendo-TopLoader/HEAD/Board Files/Motherboard.pro -------------------------------------------------------------------------------- /Board Files/Motherboard.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Redherring32/OpenTendo-TopLoader/HEAD/Board Files/Motherboard.sch -------------------------------------------------------------------------------- /Board Files/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Redherring32/OpenTendo-TopLoader/HEAD/Board Files/sym-lib-table -------------------------------------------------------------------------------- /CONTRIB.txt: -------------------------------------------------------------------------------- 1 | rredherring32@gmail.com 2 | -------------------------------------------------------------------------------- /Component Footprints/Toploader.pretty/Cart Connector.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Redherring32/OpenTendo-TopLoader/HEAD/Component Footprints/Toploader.pretty/Cart Connector.kicad_mod -------------------------------------------------------------------------------- /Component Footprints/Toploader.pretty/Controller Ports.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Redherring32/OpenTendo-TopLoader/HEAD/Component Footprints/Toploader.pretty/Controller Ports.kicad_mod -------------------------------------------------------------------------------- /Component Footprints/Toploader.pretty/PowerSwitch.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Redherring32/OpenTendo-TopLoader/HEAD/Component Footprints/Toploader.pretty/PowerSwitch.kicad_mod -------------------------------------------------------------------------------- /Component Footprints/Toploader.pretty/RF-MOD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Redherring32/OpenTendo-TopLoader/HEAD/Component Footprints/Toploader.pretty/RF-MOD.kicad_mod -------------------------------------------------------------------------------- /Component Footprints/Toploader.pretty/ResetSwitch.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Redherring32/OpenTendo-TopLoader/HEAD/Component Footprints/Toploader.pretty/ResetSwitch.kicad_mod -------------------------------------------------------------------------------- /Component Footprints/Toploader.pretty/TrimmerCap-THT.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Redherring32/OpenTendo-TopLoader/HEAD/Component Footprints/Toploader.pretty/TrimmerCap-THT.kicad_mod -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Redherring32/OpenTendo-TopLoader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Redherring32/OpenTendo-TopLoader/HEAD/README.md --------------------------------------------------------------------------------