Serial TX/RX builder
This commit is contained in:
5
h8536_serial_pseudocode.py
Normal file
5
h8536_serial_pseudocode.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from h8536.serial_pseudocode import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Reference in New Issue
Block a user