extract button processing and coffee/cleaning routines into functions

This commit is contained in:
2022-11-23 11:54:46 +01:00
parent e1fc2fbe11
commit f21e6b8fd8
3 changed files with 152 additions and 116 deletions

View File

@ -56,4 +56,4 @@ fuses:
@$(AVRDUDE) -p $(MCU) -q -q -u -V -c $(PGMDEV) $(PGMOPT) -U lfuse:w:0xE1:m -U hfuse:w:0x12:m
clean:
@$(REMOVE) $(TARGET).elf
@$(REMOVE) $(TARGET).elf $(TARGET).hex