Skip to content
This repository was archived by the owner on Apr 25, 2021. It is now read-only.

Commit 3267839

Browse files
committed
Update firmware
1 parent a62d334 commit 3267839

File tree

5 files changed

+4004
-3995
lines changed

5 files changed

+4004
-3995
lines changed

src/main/resources/assets/openpython/firmwares/debug/eeprom.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!micropython
1+
--[==[
2+
"""OpenPython EEPROM"""
23

34

45
def main():
@@ -58,3 +59,5 @@ def load(address):
5859

5960
if __name__ == '__main__':
6061
main()
62+
63+
# ]==] error "This EEPROM requires a CPU running the OpenPython architecture."
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)