feat: initial commit

This commit is contained in:
2026-04-24 14:46:25 +02:00
commit 6a342b4315
9 changed files with 181 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Ardugotchi
An open-source implementation of the Tamagotchi virtual pet game, designed to run on Arduino Nano.
## Bill of Materials
- Arduino Nano (ATmega328P)
## Development
After cloning the repository, navigate to the project directory and run `make build` to compile the code. To upload the compiled firmware to your Arduino Nano, use `make upload`.
If necessary, you can monitor the serial output from the Arduino Nano using `make monitor`.