Added code from Work PC

This commit is contained in:
DWW
2022-03-12 12:10:15 +02:00
commit 10a97b20ee
4 changed files with 965 additions and 0 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
controller: ATtiny84_LED_PC.c i2c_master.c
avr-gcc ATtiny84_LED_PC.c i2c_master.c -o controller -DF_CPU=16000000 -mmcu=attiny84