├── Hardware ├── Aux Board │ ├── Aux Board.brd │ ├── Aux Board.sch │ └── LICENSE.md ├── Opto Detector │ ├── LICENSE.md │ ├── Opto_Detector.brd │ └── Opto_Detector.sch ├── Opto Emitter │ ├── LICENSE.md │ ├── Opto_Emitter.brd │ └── Opto_Emitter.sch ├── Pinheck Main Board │ ├── LICENSE.md │ ├── Layout.png │ ├── PinHeck.XYRS │ ├── PinHeck.brd │ ├── PinHeck.sch │ ├── Schematic.png │ └── camfiles │ │ ├── PinHeck.BOR │ │ ├── PinHeck.G2L │ │ ├── PinHeck.G3L │ │ ├── PinHeck.G4L │ │ ├── PinHeck.G5L │ │ ├── PinHeck.GBL │ │ ├── PinHeck.GBO │ │ ├── PinHeck.GBP │ │ ├── PinHeck.GBS │ │ ├── PinHeck.GTL │ │ ├── PinHeck.GTO │ │ ├── PinHeck.GTP │ │ ├── PinHeck.GTS │ │ └── PinHeck.XLN ├── Pinheck Mounting Plate │ ├── LICENSE.md │ ├── Pinheck Mounting Plate.brd │ └── Pinheck Mounting Plate.pdf ├── Pinheck Test Jig │ ├── LICENSE.md │ ├── PinHeck Test Jig.brd │ └── PinHeck Test Jig.sch └── RGB LED Board │ ├── LICENSE.md │ ├── RGB LED Board.brd │ └── RGB LED Board.sch ├── LICENSE.md ├── README.md └── Software ├── LICENSE.md ├── PinHeck Main Board ├── Bootloader_Max32.hex ├── PIC32_Combined_Code.hex ├── PIC32_Test_Code.hex ├── Parallax Serial Terminal.spin ├── Prop_Test_Code.binary └── Prop_Test_Code.spin └── PinHeck Test Jig ├── Basic_I2C_Driver_1.spin ├── FT230X_Template.xml ├── MAX11613.spin ├── OPCODES.txt ├── Parallax Serial Terminal.spin ├── PinHeck Test Jig.spin ├── PropellerLoader.spin └── loadme.binary /Hardware/Aux Board/Aux Board.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Aux Board/Aux Board.brd -------------------------------------------------------------------------------- /Hardware/Aux Board/Aux Board.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Aux Board/Aux Board.sch -------------------------------------------------------------------------------- /Hardware/Aux Board/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Aux Board/LICENSE.md -------------------------------------------------------------------------------- /Hardware/Opto Detector/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Opto Detector/LICENSE.md -------------------------------------------------------------------------------- /Hardware/Opto Detector/Opto_Detector.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Opto Detector/Opto_Detector.brd -------------------------------------------------------------------------------- /Hardware/Opto Detector/Opto_Detector.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Opto Detector/Opto_Detector.sch -------------------------------------------------------------------------------- /Hardware/Opto Emitter/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Opto Emitter/LICENSE.md -------------------------------------------------------------------------------- /Hardware/Opto Emitter/Opto_Emitter.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Opto Emitter/Opto_Emitter.brd -------------------------------------------------------------------------------- /Hardware/Opto Emitter/Opto_Emitter.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Opto Emitter/Opto_Emitter.sch -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/LICENSE.md -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/Layout.png -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/PinHeck.XYRS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/PinHeck.XYRS -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/PinHeck.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/PinHeck.brd -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/PinHeck.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/PinHeck.sch -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/Schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/Schematic.png -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/camfiles/PinHeck.BOR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/camfiles/PinHeck.BOR -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/camfiles/PinHeck.G2L: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/camfiles/PinHeck.G2L -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/camfiles/PinHeck.G3L: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/camfiles/PinHeck.G3L -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/camfiles/PinHeck.G4L: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/camfiles/PinHeck.G4L -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/camfiles/PinHeck.G5L: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/camfiles/PinHeck.G5L -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/camfiles/PinHeck.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/camfiles/PinHeck.GBL -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/camfiles/PinHeck.GBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/camfiles/PinHeck.GBO -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/camfiles/PinHeck.GBP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/camfiles/PinHeck.GBP -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/camfiles/PinHeck.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/camfiles/PinHeck.GBS -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/camfiles/PinHeck.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/camfiles/PinHeck.GTL -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/camfiles/PinHeck.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/camfiles/PinHeck.GTO -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/camfiles/PinHeck.GTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/camfiles/PinHeck.GTP -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/camfiles/PinHeck.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/camfiles/PinHeck.GTS -------------------------------------------------------------------------------- /Hardware/Pinheck Main Board/camfiles/PinHeck.XLN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Main Board/camfiles/PinHeck.XLN -------------------------------------------------------------------------------- /Hardware/Pinheck Mounting Plate/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Mounting Plate/LICENSE.md -------------------------------------------------------------------------------- /Hardware/Pinheck Mounting Plate/Pinheck Mounting Plate.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Mounting Plate/Pinheck Mounting Plate.brd -------------------------------------------------------------------------------- /Hardware/Pinheck Mounting Plate/Pinheck Mounting Plate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Mounting Plate/Pinheck Mounting Plate.pdf -------------------------------------------------------------------------------- /Hardware/Pinheck Test Jig/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Test Jig/LICENSE.md -------------------------------------------------------------------------------- /Hardware/Pinheck Test Jig/PinHeck Test Jig.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Test Jig/PinHeck Test Jig.brd -------------------------------------------------------------------------------- /Hardware/Pinheck Test Jig/PinHeck Test Jig.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/Pinheck Test Jig/PinHeck Test Jig.sch -------------------------------------------------------------------------------- /Hardware/RGB LED Board/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/RGB LED Board/LICENSE.md -------------------------------------------------------------------------------- /Hardware/RGB LED Board/RGB LED Board.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/RGB LED Board/RGB LED Board.brd -------------------------------------------------------------------------------- /Hardware/RGB LED Board/RGB LED Board.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Hardware/RGB LED Board/RGB LED Board.sch -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/README.md -------------------------------------------------------------------------------- /Software/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/LICENSE.md -------------------------------------------------------------------------------- /Software/PinHeck Main Board/Bootloader_Max32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/PinHeck Main Board/Bootloader_Max32.hex -------------------------------------------------------------------------------- /Software/PinHeck Main Board/PIC32_Combined_Code.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/PinHeck Main Board/PIC32_Combined_Code.hex -------------------------------------------------------------------------------- /Software/PinHeck Main Board/PIC32_Test_Code.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/PinHeck Main Board/PIC32_Test_Code.hex -------------------------------------------------------------------------------- /Software/PinHeck Main Board/Parallax Serial Terminal.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/PinHeck Main Board/Parallax Serial Terminal.spin -------------------------------------------------------------------------------- /Software/PinHeck Main Board/Prop_Test_Code.binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/PinHeck Main Board/Prop_Test_Code.binary -------------------------------------------------------------------------------- /Software/PinHeck Main Board/Prop_Test_Code.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/PinHeck Main Board/Prop_Test_Code.spin -------------------------------------------------------------------------------- /Software/PinHeck Test Jig/Basic_I2C_Driver_1.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/PinHeck Test Jig/Basic_I2C_Driver_1.spin -------------------------------------------------------------------------------- /Software/PinHeck Test Jig/FT230X_Template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/PinHeck Test Jig/FT230X_Template.xml -------------------------------------------------------------------------------- /Software/PinHeck Test Jig/MAX11613.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/PinHeck Test Jig/MAX11613.spin -------------------------------------------------------------------------------- /Software/PinHeck Test Jig/OPCODES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/PinHeck Test Jig/OPCODES.txt -------------------------------------------------------------------------------- /Software/PinHeck Test Jig/Parallax Serial Terminal.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/PinHeck Test Jig/Parallax Serial Terminal.spin -------------------------------------------------------------------------------- /Software/PinHeck Test Jig/PinHeck Test Jig.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/PinHeck Test Jig/PinHeck Test Jig.spin -------------------------------------------------------------------------------- /Software/PinHeck Test Jig/PropellerLoader.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/PinHeck Test Jig/PropellerLoader.spin -------------------------------------------------------------------------------- /Software/PinHeck Test Jig/loadme.binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LonghornEngineer/Pinheck_Pinball_System/HEAD/Software/PinHeck Test Jig/loadme.binary --------------------------------------------------------------------------------