Subversion Repositories HomeAutomation

Rev

Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2299 4366 d 5 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ fixed issue with PROGMEM and newer avr-gcc, data must be set to const  
2115 5174 d 6 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ Changed name on all fade and demo static variables, they where colliding with variables in dimmer230  
2100 5177 d 10 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ Fixed LED compensation function  
2064 5181 d 1 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ Added LED scaling to hwPWM  
2012 5223 d 10 h arune /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ Minor fix  
1977 5238 d 2 h arune /trunk/EmbeddedSoftware/AVR/module/ Updated defines for EEPROM in a few more modules, more to come  
1910 5332 d 3 h arune /trunk/EmbeddedSoftware/AVR/module/ Changed all modules to use BIOS GetHwId function directly instead of macro  
1897 5347 d 10 h runge /trunk/ Changed name of hwPWM id to channel to be the same as the input and the dimmer  
1710 5689 d 7 h arune /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ Changed id to start at 0 instead of 1  
1591 5797 d 3 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ Fixed problem with 100% pwm when fade was enabled  
1566 5823 d 9 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ Fixed some bugs in module hwPWM, but still some strange behavior when using some of the PWM modes with timer 1  
1497 5928 d 8 h arune /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ moudle/hwPWM: minor error comment fixed, commented out debug printf-usage  
1496 5928 d 9 h arune /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ module/act_hwPWM: fixed minor bug when fadings is disabled  
1430 6095 d 5 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ Fixed output on CAN, now the module only sends info about the configured channels  
1425 6100 d 5 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ Updates to hwPWM, addded fade-support  
1418 6101 d 15 h arune /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ module/hwpwm: shut off pwm when value is 0  
1393 6187 d 6 h arune /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ modules: added hwPWM, basic work done