diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-05-19 19:15:59 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-05-21 16:51:01 +0000 |
| commit | 41bc53a7ac16fe96c9cd9de2ef930b945f60b981 (patch) | |
| tree | 28bb59e92bd957b7a1ed929a972bfbb003c131a2 /code.py | |
| parent | initial commit (diff) | |
| download | firmware-41bc53a7ac16fe96c9cd9de2ef930b945f60b981.tar.gz firmware-41bc53a7ac16fe96c9cd9de2ef930b945f60b981.zip | |
initial commit
Diffstat (limited to 'code.py')
| -rw-r--r-- | code.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +# import test +from hex33board import Keyboard + +k = Keyboard() +k.run() |
