lab/README.md

12 lines
345 B
Markdown
Raw Normal View History

2021-01-03 03:43:44 +09:00
### Lab
<img src="/the_rookie.jpg">
2021-01-03 03:54:15 +09:00
- [read_keys.py](read_keys.py) Initialize the keyboard MCU and poll key code
2021-01-04 23:04:16 +09:00
- [read_keys_SH3.py](read_keys_SH3.py) Scan key matrix and return key name(deprecated)
- [read_keys_SH3.c](read_keys_SH3.c) Scan key matrix and return key name rewritten with C. nice performance
2021-01-03 03:43:44 +09:00
### License
CC0 1.0 Universal