From 45fee9fe7e4385f5d1515c223ee6ab376d5b317a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 3 Apr 2012 19:07:28 +0200 Subject: o Adding code to store the target temperature in EEPROM. o Implementing a control loop to control the compressor. --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b9f5a65..0dc0469 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ *.o +*.eep *.elf *.hex *.lss -*.map *.lst -*.sym +*.map *.swp +*.sym +*.*.un~ *.o.d -- cgit v1.2.3