aboutsummaryrefslogtreecommitdiffstats
path: root/code.py
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2022-05-19 19:15:59 +0000
committers-ol <s+removethis@s-ol.nu>2022-05-21 16:51:01 +0000
commit41bc53a7ac16fe96c9cd9de2ef930b945f60b981 (patch)
tree28bb59e92bd957b7a1ed929a972bfbb003c131a2 /code.py
parentinitial commit (diff)
downloadfirmware-41bc53a7ac16fe96c9cd9de2ef930b945f60b981.tar.gz
firmware-41bc53a7ac16fe96c9cd9de2ef930b945f60b981.zip
initial commit
Diffstat (limited to 'code.py')
-rw-r--r--code.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/code.py b/code.py
new file mode 100644
index 0000000..24bed23
--- /dev/null
+++ b/code.py
@@ -0,0 +1,5 @@
+# import test
+from hex33board import Keyboard
+
+k = Keyboard()
+k.run()