1
0

Serial TX/RX builder

This commit is contained in:
Aiden
2026-05-25 15:44:54 +10:00
parent e872030675
commit c80ea695dc
5 changed files with 867 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from h8536.serial_pseudocode import main
if __name__ == "__main__":
raise SystemExit(main())