diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-04-03 19:07:28 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-04-03 19:07:28 +0200 |
commit | 45fee9fe7e4385f5d1515c223ee6ab376d5b317a (patch) | |
tree | 18ecefbe07b24e6dab7dd750662473aeefbcff48 /.gitignore | |
parent | 79236eaaced258e4e34619ea9210faf7e621fd8e (diff) | |
download | bitraf-fridge-45fee9fe7e4385f5d1515c223ee6ab376d5b317a.tar.gz bitraf-fridge-45fee9fe7e4385f5d1515c223ee6ab376d5b317a.tar.bz2 bitraf-fridge-45fee9fe7e4385f5d1515c223ee6ab376d5b317a.tar.xz bitraf-fridge-45fee9fe7e4385f5d1515c223ee6ab376d5b317a.zip |
o Adding code to store the target temperature in EEPROM.
o Implementing a control loop to control the compressor.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,9 +1,11 @@ *.o +*.eep *.elf *.hex *.lss -*.map *.lst -*.sym +*.map *.swp +*.sym +*.*.un~ *.o.d |