1
0

EEPROM layout

This commit is contained in:
Aiden
2026-05-26 11:35:21 +10:00
parent 1ad03d5692
commit edb8ed78f3
19 changed files with 169583 additions and 8 deletions

8
h8536_eeprom_layout.py Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python3
"""Compatibility wrapper for the H8/536 EEPROM layout miner."""
from h8536.eeprom_layout import main
if __name__ == "__main__":
raise SystemExit(main())