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