├── LICENSE ├── README.md ├── electronics ├── PCB_components_V3.JPG ├── PCB_schematic_V3.JPG ├── gerber_V3.zip └── readme.txt ├── hardware └── readme.txt └── software ├── TimeFrame_3_0_simple_instructables.ino ├── TimeFrame_3_0_simple_instructables_1KB.ino ├── TimeFrame_V3_1_full.ino └── licence.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubic-print/timeframe/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubic-print/timeframe/HEAD/README.md -------------------------------------------------------------------------------- /electronics/PCB_components_V3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubic-print/timeframe/HEAD/electronics/PCB_components_V3.JPG -------------------------------------------------------------------------------- /electronics/PCB_schematic_V3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubic-print/timeframe/HEAD/electronics/PCB_schematic_V3.JPG -------------------------------------------------------------------------------- /electronics/gerber_V3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubic-print/timeframe/HEAD/electronics/gerber_V3.zip -------------------------------------------------------------------------------- /electronics/readme.txt: -------------------------------------------------------------------------------- 1 | pending 2 | -------------------------------------------------------------------------------- /hardware/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubic-print/timeframe/HEAD/hardware/readme.txt -------------------------------------------------------------------------------- /software/TimeFrame_3_0_simple_instructables.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubic-print/timeframe/HEAD/software/TimeFrame_3_0_simple_instructables.ino -------------------------------------------------------------------------------- /software/TimeFrame_3_0_simple_instructables_1KB.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubic-print/timeframe/HEAD/software/TimeFrame_3_0_simple_instructables_1KB.ino -------------------------------------------------------------------------------- /software/TimeFrame_V3_1_full.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubic-print/timeframe/HEAD/software/TimeFrame_V3_1_full.ino -------------------------------------------------------------------------------- /software/licence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cubic-print/timeframe/HEAD/software/licence.txt --------------------------------------------------------------------------------