initial avr projects (blink + interrupts)

This commit is contained in:
Pratik
2026-04-03 09:42:37 +11:00
commit 2c9714c851
7 changed files with 196 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# ignore toolchain
avr8-gnu-toolchain-win32_x86_64/
avrdude.conf
# ignore build / binary files
*.exe
*.hex
*.elf
*.o
*.map
*.log
*.bin
# optional (AVR builds)
*.lss
*.eep