├── LICENSE ├── README.md ├── doc ├── Schematic Cobalt 3 - Basic Pocket Computer_2020-05-31.pdf ├── components-list.txt └── gerber │ ├── Gerber_BoardOutline.GKO │ ├── Gerber_BottomLayer.GBL │ ├── Gerber_BottomSilkLayer.GBO │ ├── Gerber_BottomSolderMaskLayer.GBS │ ├── Gerber_Drill_NPTH.DRL │ ├── Gerber_Drill_PTH.DRL │ ├── Gerber_TopLayer.GTL │ ├── Gerber_TopSilkLayer.GTO │ ├── Gerber_TopSolderMaskLayer.GTS │ ├── How-to-order-PCB.txt │ └── pcb.gif ├── img └── Cobalt3.jpg ├── manuals ├── Cobalt 3 assembly guide.pdf ├── Cobalt 3 keyboard.pdf └── Cobalt Basic v1.pdf └── sketch └── Cobalt3_v3.ino /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/README.md -------------------------------------------------------------------------------- /doc/Schematic Cobalt 3 - Basic Pocket Computer_2020-05-31.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/doc/Schematic Cobalt 3 - Basic Pocket Computer_2020-05-31.pdf -------------------------------------------------------------------------------- /doc/components-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/doc/components-list.txt -------------------------------------------------------------------------------- /doc/gerber/Gerber_BoardOutline.GKO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/doc/gerber/Gerber_BoardOutline.GKO -------------------------------------------------------------------------------- /doc/gerber/Gerber_BottomLayer.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/doc/gerber/Gerber_BottomLayer.GBL -------------------------------------------------------------------------------- /doc/gerber/Gerber_BottomSilkLayer.GBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/doc/gerber/Gerber_BottomSilkLayer.GBO -------------------------------------------------------------------------------- /doc/gerber/Gerber_BottomSolderMaskLayer.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/doc/gerber/Gerber_BottomSolderMaskLayer.GBS -------------------------------------------------------------------------------- /doc/gerber/Gerber_Drill_NPTH.DRL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/doc/gerber/Gerber_Drill_NPTH.DRL -------------------------------------------------------------------------------- /doc/gerber/Gerber_Drill_PTH.DRL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/doc/gerber/Gerber_Drill_PTH.DRL -------------------------------------------------------------------------------- /doc/gerber/Gerber_TopLayer.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/doc/gerber/Gerber_TopLayer.GTL -------------------------------------------------------------------------------- /doc/gerber/Gerber_TopSilkLayer.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/doc/gerber/Gerber_TopSilkLayer.GTO -------------------------------------------------------------------------------- /doc/gerber/Gerber_TopSolderMaskLayer.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/doc/gerber/Gerber_TopSolderMaskLayer.GTS -------------------------------------------------------------------------------- /doc/gerber/How-to-order-PCB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/doc/gerber/How-to-order-PCB.txt -------------------------------------------------------------------------------- /doc/gerber/pcb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/doc/gerber/pcb.gif -------------------------------------------------------------------------------- /img/Cobalt3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/img/Cobalt3.jpg -------------------------------------------------------------------------------- /manuals/Cobalt 3 assembly guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/manuals/Cobalt 3 assembly guide.pdf -------------------------------------------------------------------------------- /manuals/Cobalt 3 keyboard.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/manuals/Cobalt 3 keyboard.pdf -------------------------------------------------------------------------------- /manuals/Cobalt Basic v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/manuals/Cobalt Basic v1.pdf -------------------------------------------------------------------------------- /sketch/Cobalt3_v3.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-code/cobalt-3/HEAD/sketch/Cobalt3_v3.ino --------------------------------------------------------------------------------