├── 3D_Print ├── 3jumpers.stl └── DRAMTesterBase_01.stl ├── Firmware ├── Beta │ └── Dram-tester-serial_v4.2.ino.hex └── Dram-tester-lcd_v4.2.ino.hex ├── IMG ├── 3jumpers.jpg ├── IMG_6060.jpg ├── IMG_6066.jpg ├── base_3D.jpg ├── jumper_positions.jpg └── programming.JPG ├── LICENSE ├── README.md ├── Schematic └── Schematic_Dram_Tester_V4.pdf └── Source ├── Beta └── Dram-tester-serial_v4.2 │ ├── Dram-tester-serial_v4.2.ino │ ├── char.ino │ └── function.ino └── Dram-tester-lcd_v4.2 ├── Dram-tester-lcd_v4.2.ino ├── char.ino └── function.ino /3D_Print/3jumpers.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/3D_Print/3jumpers.stl -------------------------------------------------------------------------------- /3D_Print/DRAMTesterBase_01.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/3D_Print/DRAMTesterBase_01.stl -------------------------------------------------------------------------------- /Firmware/Beta/Dram-tester-serial_v4.2.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/Firmware/Beta/Dram-tester-serial_v4.2.ino.hex -------------------------------------------------------------------------------- /Firmware/Dram-tester-lcd_v4.2.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/Firmware/Dram-tester-lcd_v4.2.ino.hex -------------------------------------------------------------------------------- /IMG/3jumpers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/IMG/3jumpers.jpg -------------------------------------------------------------------------------- /IMG/IMG_6060.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/IMG/IMG_6060.jpg -------------------------------------------------------------------------------- /IMG/IMG_6066.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/IMG/IMG_6066.jpg -------------------------------------------------------------------------------- /IMG/base_3D.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/IMG/base_3D.jpg -------------------------------------------------------------------------------- /IMG/jumper_positions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/IMG/jumper_positions.jpg -------------------------------------------------------------------------------- /IMG/programming.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/IMG/programming.JPG -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/README.md -------------------------------------------------------------------------------- /Schematic/Schematic_Dram_Tester_V4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/Schematic/Schematic_Dram_Tester_V4.pdf -------------------------------------------------------------------------------- /Source/Beta/Dram-tester-serial_v4.2/Dram-tester-serial_v4.2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/Source/Beta/Dram-tester-serial_v4.2/Dram-tester-serial_v4.2.ino -------------------------------------------------------------------------------- /Source/Beta/Dram-tester-serial_v4.2/char.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/Source/Beta/Dram-tester-serial_v4.2/char.ino -------------------------------------------------------------------------------- /Source/Beta/Dram-tester-serial_v4.2/function.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/Source/Beta/Dram-tester-serial_v4.2/function.ino -------------------------------------------------------------------------------- /Source/Dram-tester-lcd_v4.2/Dram-tester-lcd_v4.2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/Source/Dram-tester-lcd_v4.2/Dram-tester-lcd_v4.2.ino -------------------------------------------------------------------------------- /Source/Dram-tester-lcd_v4.2/char.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/Source/Dram-tester-lcd_v4.2/char.ino -------------------------------------------------------------------------------- /Source/Dram-tester-lcd_v4.2/function.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeus074/dramtester/HEAD/Source/Dram-tester-lcd_v4.2/function.ino --------------------------------------------------------------------------------