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