├── README.md ├── assembly_images ├── audioBack.png ├── audioFront.png ├── brightnessFront.png ├── buttonsFront.png ├── cartSlotBack.png ├── cartSlotFront.png ├── cpuBack.png ├── cpuFront.png ├── ledsFront.png ├── linkPortBack.png ├── linkPortFront.png ├── powerBack.png └── powerFront.png ├── bom.xlsx ├── ibom ├── 01 │ └── tbc_01_ibom.html └── 02 │ └── tbc_02_ibom.html ├── production_files ├── accessories │ ├── cart_shield │ │ ├── archive │ │ │ ├── cartShield081124.stl │ │ │ ├── cartShield082424.stl │ │ │ └── cartShield090124.step │ │ ├── cartShield100624.step │ │ └── tbcCartShieldTD100624.pdf │ ├── lens │ │ └── tbcLensTD061924.pdf │ ├── light_pipe │ │ ├── archive │ │ │ └── lightPipe_deprecated.stl │ │ └── lightPipe_081224.stl │ ├── stand │ │ └── tbc_stand.stl │ └── volume_wheel │ │ ├── archive │ │ └── volumeWheel081124.stl │ │ ├── ftbcVolumeWheel083124.step │ │ └── ftbcVolumeWheelTD083124.pdf ├── lcd_adapter_flex │ ├── archive │ │ └── x4 │ │ │ ├── tbc_la-B_Cu.gbr │ │ │ ├── tbc_la-B_Mask.gbr │ │ │ ├── tbc_la-B_Paste.gbr │ │ │ ├── tbc_la-B_Silkscreen.gbr │ │ │ ├── tbc_la-Edge_Cuts.gbr │ │ │ ├── tbc_la-F_Cu.gbr │ │ │ ├── tbc_la-F_Mask.gbr │ │ │ ├── tbc_la-F_Paste.gbr │ │ │ ├── tbc_la-F_Silkscreen.gbr │ │ │ ├── tbc_la-NPTH.drl │ │ │ ├── tbc_la-PTH.drl │ │ │ ├── tbc_la-User_Comments.gbr │ │ │ ├── tbc_la-job.gbrjob │ │ │ └── tbc_la_x4.zip │ ├── tbc_la_01-B_Cu.gbr │ ├── tbc_la_01-B_Mask.gbr │ ├── tbc_la_01-B_Paste.gbr │ ├── tbc_la_01-B_Silkscreen.gbr │ ├── tbc_la_01-Edge_Cuts.gbr │ ├── tbc_la_01-F_Cu.gbr │ ├── tbc_la_01-F_Mask.gbr │ ├── tbc_la_01-F_Paste.gbr │ ├── tbc_la_01-F_Silkscreen.gbr │ ├── tbc_la_01-NPTH.drl │ ├── tbc_la_01-PTH.drl │ ├── tbc_la_01-User_Comments.gbr │ ├── tbc_la_01-job.gbrjob │ └── tbc_la_01.zip ├── pcb │ ├── archive │ │ └── 01 │ │ │ ├── pcbway_assembly │ │ │ ├── tbc_01_bom_pcbway.xls │ │ │ └── tbc_01_centroid_pcbway.xls │ │ │ ├── tbc01-B_Cu.gbr │ │ │ ├── tbc01-B_Mask.gbr │ │ │ ├── tbc01-B_Paste.gbr │ │ │ ├── tbc01-B_Silkscreen.gbr │ │ │ ├── tbc01-Edge_Cuts.gbr │ │ │ ├── tbc01-F_Cu.gbr │ │ │ ├── tbc01-F_Mask.gbr │ │ │ ├── tbc01-F_Paste.gbr │ │ │ ├── tbc01-F_Silkscreen.gbr │ │ │ ├── tbc01-In1_Cu.gbr │ │ │ ├── tbc01-In2_Cu.gbr │ │ │ ├── tbc01-NPTH.drl │ │ │ ├── tbc01-PTH.drl │ │ │ ├── tbc01-job.gbrjob │ │ │ └── tbc_01_gerbers.zip │ ├── cpu_e │ │ ├── README.md │ │ ├── TBC-CPUE_01.zip │ │ └── cpueibom.html │ ├── pcbway_assembly │ │ ├── tbc_02_bom_pcbway.xls │ │ └── tbc_02_centroid_pcbway.xls │ ├── tbc02-B_Cu.gbr │ ├── tbc02-B_Mask.gbr │ ├── tbc02-B_Paste.gbr │ ├── tbc02-B_Silkscreen.gbr │ ├── tbc02-Edge_Cuts.gbr │ ├── tbc02-F_Cu.gbr │ ├── tbc02-F_Mask.gbr │ ├── tbc02-F_Paste.gbr │ ├── tbc02-F_Silkscreen.gbr │ ├── tbc02-In1_Cu.gbr │ ├── tbc02-In2_Cu.gbr │ ├── tbc02-NPTH.drl │ ├── tbc02-PTH.drl │ ├── tbc02-job.gbrjob │ └── tbc_02_gerbers.zip └── shell │ ├── archive │ └── 071624 │ │ ├── tbcBack071624.step │ │ ├── tbcBackTD071624.pdf │ │ ├── tbcFront071624.step │ │ └── tbcFrontTD071624.pdf │ ├── tbcBack083124.step │ ├── tbcBackTD083124.pdf │ ├── tbcFront083124.step │ └── tbcFrontTD083124.pdf ├── readmeCover.jpg └── schematics └── tbc_schematic.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/README.md -------------------------------------------------------------------------------- /assembly_images/audioBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/assembly_images/audioBack.png -------------------------------------------------------------------------------- /assembly_images/audioFront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/assembly_images/audioFront.png -------------------------------------------------------------------------------- /assembly_images/brightnessFront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/assembly_images/brightnessFront.png -------------------------------------------------------------------------------- /assembly_images/buttonsFront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/assembly_images/buttonsFront.png -------------------------------------------------------------------------------- /assembly_images/cartSlotBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/assembly_images/cartSlotBack.png -------------------------------------------------------------------------------- /assembly_images/cartSlotFront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/assembly_images/cartSlotFront.png -------------------------------------------------------------------------------- /assembly_images/cpuBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/assembly_images/cpuBack.png -------------------------------------------------------------------------------- /assembly_images/cpuFront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/assembly_images/cpuFront.png -------------------------------------------------------------------------------- /assembly_images/ledsFront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/assembly_images/ledsFront.png -------------------------------------------------------------------------------- /assembly_images/linkPortBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/assembly_images/linkPortBack.png -------------------------------------------------------------------------------- /assembly_images/linkPortFront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/assembly_images/linkPortFront.png -------------------------------------------------------------------------------- /assembly_images/powerBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/assembly_images/powerBack.png -------------------------------------------------------------------------------- /assembly_images/powerFront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/assembly_images/powerFront.png -------------------------------------------------------------------------------- /bom.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/bom.xlsx -------------------------------------------------------------------------------- /ibom/01/tbc_01_ibom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/ibom/01/tbc_01_ibom.html -------------------------------------------------------------------------------- /ibom/02/tbc_02_ibom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/ibom/02/tbc_02_ibom.html -------------------------------------------------------------------------------- /production_files/accessories/cart_shield/archive/cartShield081124.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/accessories/cart_shield/archive/cartShield081124.stl -------------------------------------------------------------------------------- /production_files/accessories/cart_shield/archive/cartShield082424.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/accessories/cart_shield/archive/cartShield082424.stl -------------------------------------------------------------------------------- /production_files/accessories/cart_shield/archive/cartShield090124.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/accessories/cart_shield/archive/cartShield090124.step -------------------------------------------------------------------------------- /production_files/accessories/cart_shield/cartShield100624.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/accessories/cart_shield/cartShield100624.step -------------------------------------------------------------------------------- /production_files/accessories/cart_shield/tbcCartShieldTD100624.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/accessories/cart_shield/tbcCartShieldTD100624.pdf -------------------------------------------------------------------------------- /production_files/accessories/lens/tbcLensTD061924.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/accessories/lens/tbcLensTD061924.pdf -------------------------------------------------------------------------------- /production_files/accessories/light_pipe/archive/lightPipe_deprecated.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/accessories/light_pipe/archive/lightPipe_deprecated.stl -------------------------------------------------------------------------------- /production_files/accessories/light_pipe/lightPipe_081224.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/accessories/light_pipe/lightPipe_081224.stl -------------------------------------------------------------------------------- /production_files/accessories/stand/tbc_stand.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/accessories/stand/tbc_stand.stl -------------------------------------------------------------------------------- /production_files/accessories/volume_wheel/archive/volumeWheel081124.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/accessories/volume_wheel/archive/volumeWheel081124.stl -------------------------------------------------------------------------------- /production_files/accessories/volume_wheel/ftbcVolumeWheel083124.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/accessories/volume_wheel/ftbcVolumeWheel083124.step -------------------------------------------------------------------------------- /production_files/accessories/volume_wheel/ftbcVolumeWheelTD083124.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/accessories/volume_wheel/ftbcVolumeWheelTD083124.pdf -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/archive/x4/tbc_la-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/archive/x4/tbc_la-B_Cu.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/archive/x4/tbc_la-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/archive/x4/tbc_la-B_Mask.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/archive/x4/tbc_la-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/archive/x4/tbc_la-B_Paste.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/archive/x4/tbc_la-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/archive/x4/tbc_la-B_Silkscreen.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/archive/x4/tbc_la-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/archive/x4/tbc_la-Edge_Cuts.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/archive/x4/tbc_la-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/archive/x4/tbc_la-F_Cu.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/archive/x4/tbc_la-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/archive/x4/tbc_la-F_Mask.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/archive/x4/tbc_la-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/archive/x4/tbc_la-F_Paste.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/archive/x4/tbc_la-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/archive/x4/tbc_la-F_Silkscreen.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/archive/x4/tbc_la-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/archive/x4/tbc_la-NPTH.drl -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/archive/x4/tbc_la-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/archive/x4/tbc_la-PTH.drl -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/archive/x4/tbc_la-User_Comments.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/archive/x4/tbc_la-User_Comments.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/archive/x4/tbc_la-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/archive/x4/tbc_la-job.gbrjob -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/archive/x4/tbc_la_x4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/archive/x4/tbc_la_x4.zip -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/tbc_la_01-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/tbc_la_01-B_Cu.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/tbc_la_01-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/tbc_la_01-B_Mask.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/tbc_la_01-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/tbc_la_01-B_Paste.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/tbc_la_01-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/tbc_la_01-B_Silkscreen.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/tbc_la_01-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/tbc_la_01-Edge_Cuts.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/tbc_la_01-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/tbc_la_01-F_Cu.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/tbc_la_01-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/tbc_la_01-F_Mask.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/tbc_la_01-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/tbc_la_01-F_Paste.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/tbc_la_01-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/tbc_la_01-F_Silkscreen.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/tbc_la_01-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/tbc_la_01-NPTH.drl -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/tbc_la_01-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/tbc_la_01-PTH.drl -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/tbc_la_01-User_Comments.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/tbc_la_01-User_Comments.gbr -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/tbc_la_01-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/tbc_la_01-job.gbrjob -------------------------------------------------------------------------------- /production_files/lcd_adapter_flex/tbc_la_01.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/lcd_adapter_flex/tbc_la_01.zip -------------------------------------------------------------------------------- /production_files/pcb/archive/01/pcbway_assembly/tbc_01_bom_pcbway.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/pcbway_assembly/tbc_01_bom_pcbway.xls -------------------------------------------------------------------------------- /production_files/pcb/archive/01/pcbway_assembly/tbc_01_centroid_pcbway.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/pcbway_assembly/tbc_01_centroid_pcbway.xls -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc01-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc01-B_Cu.gbr -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc01-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc01-B_Mask.gbr -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc01-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc01-B_Paste.gbr -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc01-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc01-B_Silkscreen.gbr -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc01-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc01-Edge_Cuts.gbr -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc01-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc01-F_Cu.gbr -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc01-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc01-F_Mask.gbr -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc01-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc01-F_Paste.gbr -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc01-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc01-F_Silkscreen.gbr -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc01-In1_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc01-In1_Cu.gbr -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc01-In2_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc01-In2_Cu.gbr -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc01-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc01-NPTH.drl -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc01-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc01-PTH.drl -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc01-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc01-job.gbrjob -------------------------------------------------------------------------------- /production_files/pcb/archive/01/tbc_01_gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/archive/01/tbc_01_gerbers.zip -------------------------------------------------------------------------------- /production_files/pcb/cpu_e/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/cpu_e/README.md -------------------------------------------------------------------------------- /production_files/pcb/cpu_e/TBC-CPUE_01.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/cpu_e/TBC-CPUE_01.zip -------------------------------------------------------------------------------- /production_files/pcb/cpu_e/cpueibom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/cpu_e/cpueibom.html -------------------------------------------------------------------------------- /production_files/pcb/pcbway_assembly/tbc_02_bom_pcbway.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/pcbway_assembly/tbc_02_bom_pcbway.xls -------------------------------------------------------------------------------- /production_files/pcb/pcbway_assembly/tbc_02_centroid_pcbway.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/pcbway_assembly/tbc_02_centroid_pcbway.xls -------------------------------------------------------------------------------- /production_files/pcb/tbc02-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc02-B_Cu.gbr -------------------------------------------------------------------------------- /production_files/pcb/tbc02-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc02-B_Mask.gbr -------------------------------------------------------------------------------- /production_files/pcb/tbc02-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc02-B_Paste.gbr -------------------------------------------------------------------------------- /production_files/pcb/tbc02-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc02-B_Silkscreen.gbr -------------------------------------------------------------------------------- /production_files/pcb/tbc02-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc02-Edge_Cuts.gbr -------------------------------------------------------------------------------- /production_files/pcb/tbc02-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc02-F_Cu.gbr -------------------------------------------------------------------------------- /production_files/pcb/tbc02-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc02-F_Mask.gbr -------------------------------------------------------------------------------- /production_files/pcb/tbc02-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc02-F_Paste.gbr -------------------------------------------------------------------------------- /production_files/pcb/tbc02-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc02-F_Silkscreen.gbr -------------------------------------------------------------------------------- /production_files/pcb/tbc02-In1_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc02-In1_Cu.gbr -------------------------------------------------------------------------------- /production_files/pcb/tbc02-In2_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc02-In2_Cu.gbr -------------------------------------------------------------------------------- /production_files/pcb/tbc02-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc02-NPTH.drl -------------------------------------------------------------------------------- /production_files/pcb/tbc02-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc02-PTH.drl -------------------------------------------------------------------------------- /production_files/pcb/tbc02-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc02-job.gbrjob -------------------------------------------------------------------------------- /production_files/pcb/tbc_02_gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/pcb/tbc_02_gerbers.zip -------------------------------------------------------------------------------- /production_files/shell/archive/071624/tbcBack071624.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/shell/archive/071624/tbcBack071624.step -------------------------------------------------------------------------------- /production_files/shell/archive/071624/tbcBackTD071624.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/shell/archive/071624/tbcBackTD071624.pdf -------------------------------------------------------------------------------- /production_files/shell/archive/071624/tbcFront071624.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/shell/archive/071624/tbcFront071624.step -------------------------------------------------------------------------------- /production_files/shell/archive/071624/tbcFrontTD071624.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/shell/archive/071624/tbcFrontTD071624.pdf -------------------------------------------------------------------------------- /production_files/shell/tbcBack083124.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/shell/tbcBack083124.step -------------------------------------------------------------------------------- /production_files/shell/tbcBackTD083124.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/shell/tbcBackTD083124.pdf -------------------------------------------------------------------------------- /production_files/shell/tbcFront083124.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/shell/tbcFront083124.step -------------------------------------------------------------------------------- /production_files/shell/tbcFrontTD083124.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/production_files/shell/tbcFrontTD083124.pdf -------------------------------------------------------------------------------- /readmeCover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/readmeCover.jpg -------------------------------------------------------------------------------- /schematics/tbc_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leggomyfroggo/TBC/HEAD/schematics/tbc_schematic.pdf --------------------------------------------------------------------------------