Update README.md
chore: update README
chore: add readme with basic information
chore: add pcb photos
feat: add altium project with outputs
chore: update dependencies, use git version of avr-hal instead of local
chore: add license
chore: move firmware files to firmware/ folder
feat: add avr-device lib
feat: add button events
feat: make ports match pcb layout
feat: improve number generation
feat: use u8 everywhere
feat: use u8 in filled_sipo instead of u16
feat: use eeprom from avr-hal
feat: add eeprom support
feat: add guess and number increment animations
feat: make first current number 0 instead of guessing number
chore: update formatting
fix: yellow leds remained active sometimes