├── BOM └── BOM.md ├── Firmware ├── frames.hex └── frames_bootloader.hex ├── GerberFiles ├── Gerber_CtrlBoard_Orig.zip ├── Gerber_CtrlBoard_Thonk.zip ├── Gerber_MainBoard.zip └── Gerber_Panel.zip ├── PanelLayout └── Layout.md ├── README.md └── Schematic └── Schematic_Frames.pdf /BOM/BOM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Frames/HEAD/BOM/BOM.md -------------------------------------------------------------------------------- /Firmware/frames.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Frames/HEAD/Firmware/frames.hex -------------------------------------------------------------------------------- /Firmware/frames_bootloader.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Frames/HEAD/Firmware/frames_bootloader.hex -------------------------------------------------------------------------------- /GerberFiles/Gerber_CtrlBoard_Orig.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Frames/HEAD/GerberFiles/Gerber_CtrlBoard_Orig.zip -------------------------------------------------------------------------------- /GerberFiles/Gerber_CtrlBoard_Thonk.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Frames/HEAD/GerberFiles/Gerber_CtrlBoard_Thonk.zip -------------------------------------------------------------------------------- /GerberFiles/Gerber_MainBoard.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Frames/HEAD/GerberFiles/Gerber_MainBoard.zip -------------------------------------------------------------------------------- /GerberFiles/Gerber_Panel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Frames/HEAD/GerberFiles/Gerber_Panel.zip -------------------------------------------------------------------------------- /PanelLayout/Layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Frames/HEAD/PanelLayout/Layout.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Frames/HEAD/README.md -------------------------------------------------------------------------------- /Schematic/Schematic_Frames.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Frames/HEAD/Schematic/Schematic_Frames.pdf --------------------------------------------------------------------------------