├── BOM └── BOM.md ├── Firmware ├── clouds.hex └── clouds_bootloader.hex ├── GerberFiles ├── Clouds_Panel.zip ├── Original │ ├── Gerber_CtrlBoard_Orig.zip │ └── Gerber_MainBoard_Orig.zip ├── Thonk │ ├── Gerber_CtrlBoard_Thonk.zip │ └── Gerber_MainBoard_Thonk.zip └── WM8731SSOP28 │ ├── Gerber_CtrlBoard_Thonk.zip │ └── Gerber_MainBoard_WM8731SSOP28.zip ├── PanelLayout └── Layout.md ├── README.md └── Schematic ├── Schematic_Clouds.pdf └── Schematic_Clouds_WM8731SSOP28.pdf /BOM/BOM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Clouds/HEAD/BOM/BOM.md -------------------------------------------------------------------------------- /Firmware/clouds.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Clouds/HEAD/Firmware/clouds.hex -------------------------------------------------------------------------------- /Firmware/clouds_bootloader.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Clouds/HEAD/Firmware/clouds_bootloader.hex -------------------------------------------------------------------------------- /GerberFiles/Clouds_Panel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Clouds/HEAD/GerberFiles/Clouds_Panel.zip -------------------------------------------------------------------------------- /GerberFiles/Original/Gerber_CtrlBoard_Orig.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Clouds/HEAD/GerberFiles/Original/Gerber_CtrlBoard_Orig.zip -------------------------------------------------------------------------------- /GerberFiles/Original/Gerber_MainBoard_Orig.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Clouds/HEAD/GerberFiles/Original/Gerber_MainBoard_Orig.zip -------------------------------------------------------------------------------- /GerberFiles/Thonk/Gerber_CtrlBoard_Thonk.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Clouds/HEAD/GerberFiles/Thonk/Gerber_CtrlBoard_Thonk.zip -------------------------------------------------------------------------------- /GerberFiles/Thonk/Gerber_MainBoard_Thonk.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Clouds/HEAD/GerberFiles/Thonk/Gerber_MainBoard_Thonk.zip -------------------------------------------------------------------------------- /GerberFiles/WM8731SSOP28/Gerber_CtrlBoard_Thonk.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Clouds/HEAD/GerberFiles/WM8731SSOP28/Gerber_CtrlBoard_Thonk.zip -------------------------------------------------------------------------------- /GerberFiles/WM8731SSOP28/Gerber_MainBoard_WM8731SSOP28.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Clouds/HEAD/GerberFiles/WM8731SSOP28/Gerber_MainBoard_WM8731SSOP28.zip -------------------------------------------------------------------------------- /PanelLayout/Layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Clouds/HEAD/PanelLayout/Layout.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Clouds/HEAD/README.md -------------------------------------------------------------------------------- /Schematic/Schematic_Clouds.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Clouds/HEAD/Schematic/Schematic_Clouds.pdf -------------------------------------------------------------------------------- /Schematic/Schematic_Clouds_WM8731SSOP28.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/Clouds/HEAD/Schematic/Schematic_Clouds_WM8731SSOP28.pdf --------------------------------------------------------------------------------