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_protectedOutput
/
act_protectedOutput.c
@ 1503
– Rev 1910
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
1910
5326 d 4 h
arune
/trunk/EmbeddedSoftware/AVR/module/
Changed all modules to use BIOS GetHwId function directly instead of macro
1538
5878 d 7 h
arune
/trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/
module/protectedoutput: minor fix
1537
5878 d 9 h
myhrman
/trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/
protectedOutput: added new config parameter, act_protectedOutput_FORCED_RETRIES.
1535
5878 d 14 h
myhrman
/trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/
Minor adjustments and fixes to protectedOutput.
1534
5878 d 14 h
myhrman
/trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/
EEPROM support in protectedOutput pretty much complete.
1532
5879 d 0 h
myhrman
/trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/
Started to add EEPROM support to protectedOutput. Not yet complete!
1528
5881 d 1 h
myhrman
/trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/
act_protectedOutput: Extended with rough multi-output support. Diagnostics input still limited to single channel (that affects all outputs).
1512
5914 d 9 h
myhrman
/trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/
protectedOutput now reports status also when output state goes from protected back to normal. Previously, only normal->protected state was reported.
Also removed some obsolete polling code.
1511
5914 d 9 h
arune
/trunk/
module/protected output: fixed type of module for can communication (added new type)
1504
5922 d 5 h
myhrman
/trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/
did not compile..
1503
5922 d 5 h
myhrman
/trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/
Added act_protectedOutput, which controls a single output pin and allows external hardware monitor mechanims (like over-current/over-temperature) connect to a diagnostic input pin. The output is immediately disabled for a given time period each time the diagnostics pin is asserted. The module can also be configured such that the output is automatically turned off on each assertion.