HomeAutomation
hardware
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HomeAutomation
(root)
/
trunk
/
EmbeddedSoftware
/
AVR
/
module
/
act_hwPWM/
– Rev 2299
Rev
Show changed files
|
Directory listing
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
2299
4360 d 6 h
linlun
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
fixed issue with PROGMEM and newer avr-gcc, data must be set to const
2115
5168 d 7 h
linlun
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
Changed name on all fade and demo static variables, they where colliding with variables in dimmer230
2108
5170 d 3 h
linlun
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
hwPWM: Added more comments in try to make kribba happy, but to fully understand the datascheet is still needed
2100
5171 d 12 h
linlun
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
Fixed LED compensation function
2095
5171 d 14 h
linlun
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
Added example in config file for hwPWM
2064
5175 d 2 h
linlun
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
Added LED scaling to hwPWM
2012
5217 d 11 h
arune
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
Minor fix
1977
5232 d 3 h
arune
/trunk/EmbeddedSoftware/AVR/module/
Updated defines for EEPROM in a few more modules, more to come
1910
5326 d 4 h
arune
/trunk/EmbeddedSoftware/AVR/module/
Changed all modules to use BIOS GetHwId function directly instead of macro
1897
5341 d 12 h
runge
/trunk/
Changed name of hwPWM id to channel to be the same as the input and the dimmer
1710
5683 d 8 h
arune
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
Changed id to start at 0 instead of 1
1591
5791 d 4 h
linlun
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
Fixed problem with 100% pwm when fade was enabled
1566
5817 d 11 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
5922 d 9 h
arune
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
moudle/hwPWM: minor error comment fixed, commented out debug printf-usage
1496
5922 d 10 h
arune
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
module/act_hwPWM: fixed minor bug when fadings is disabled
1430
6089 d 6 h
linlun
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
Fixed output on CAN, now the module only sends info about the configured channels
1425
6094 d 6 h
linlun
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
Updates to hwPWM, addded fade-support
1418
6095 d 16 h
arune
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
module/hwpwm: shut off pwm when value is 0
1393
6181 d 7 h
arune
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/
modules: added hwPWM, basic work done