diff options
| author | kkard2 <[email protected]> | 2026-06-10 14:18:30 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2026-06-10 14:18:30 +0200 |
| commit | bd9b249cba5cb67793e9e0b135519bb182c0a1b3 (patch) | |
| tree | a8d6ea456c7bdbeedb343d8ca76441d6118e348d | |
| parent | f961306d40654ac6a1ab7c262af7af74401dc693 (diff) | |
readme
| -rw-r--r-- | README.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..0043931 --- /dev/null +++ b/README.txt @@ -0,0 +1,15 @@ +emulator +======== + +to run emulator you need <https://www.raylib.com/> installed. +then `cd src && ./run_emulator.sh`. + + +hardware +======== + +to compile firmware use <https://platformio.org/>. +you need to create python venv or something, and then `pio run` will create firmware file. + +schematic is in diagram.json, use <https://wokwi.com/> to display. +most of the stuff you can also see in platformio.ini, other than that connect button from pin 4 to ground. |
