Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 192 Bytes

EEPROM_PROG.md

File metadata and controls

7 lines (7 loc) · 192 Bytes
graph TD
    Addr[Address Input] --> EEPROM[28C64 EEPROM Programmer]
    Data[Data Input] --> EEPROM
    Write[Write Control Signal] --> EEPROM
    EEPROM --> Verify[Data Verification]