Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1978 5231 d 5 h arune /trunk/EmbeddedSoftware/AVR/module/ Updated all modules EEPROM config flag  
1910 5326 d 4 h arune /trunk/EmbeddedSoftware/AVR/module/ Changed all modules to use BIOS GetHwId function directly instead of macro  
1570 5802 d 11 h arune /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/ inputanalog: fixed bug with digital input config voltage conversion and fixed bug with digital input variable being set to else but LOW or HIGH from start  
1546 5872 d 3 h arune /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/ module/inputAnalog: fixed define when not enabling eeprom  
1545 5873 d 17 h arune /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/ module/inputAnalog: fixed a couple of minor bugs after testing dynamic config  
1543 5874 d 7 h arune /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/ module/inputAnalog: added pullup enable ports and reference enable ports for each sensor  
1542 5874 d 8 h arune /trunk/ module/inputAnalog: added dynamic config
configuration: rearranged variables for inputAnalog config message
 
1541 5874 d 14 h arune /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/ module/inputAnalog: preprocessor check for AVRlibc version, this chooses eeprom_update (only supported from some recent versions of avr libc) or eeprom_write  
1540 5874 d 14 h arune /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/ module/inputAnalog: Added eeprom support, periodic transmission now sends if ad value changes more than configured theshold, minor tweaks  
1539 5875 d 17 h arune /trunk/ module: added inputAnalog module which can use AD inputs both as periodic transmission and digital inputs, configured dynamically (over CAN), config not done yet, module untested
configuration: added module inputAnalog and command for dynamic config of inputAnalog