From b0a361b4c4a6b1b55965cb0ca6017d4c9557aaf5 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Wed, 10 Jun 2026 16:13:44 +0200 Subject: i'm not on windows --- README | 15 +++++++++++++++ README.txt | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 README delete mode 100644 README.txt diff --git a/README b/README new file mode 100644 index 0000000..0043931 --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +emulator +======== + +to run emulator you need installed. +then `cd src && ./run_emulator.sh`. + + +hardware +======== + +to compile firmware use . +you need to create python venv or something, and then `pio run` will create firmware file. + +schematic is in diagram.json, use to display. +most of the stuff you can also see in platformio.ini, other than that connect button from pin 4 to ground. diff --git a/README.txt b/README.txt deleted file mode 100644 index 0043931..0000000 --- a/README.txt +++ /dev/null @@ -1,15 +0,0 @@ -emulator -======== - -to run emulator you need installed. -then `cd src && ./run_emulator.sh`. - - -hardware -======== - -to compile firmware use . -you need to create python venv or something, and then `pio run` will create firmware file. - -schematic is in diagram.json, use to display. -most of the stuff you can also see in platformio.ini, other than that connect button from pin 4 to ground. -- cgit v1.3.1