Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
1977 5232 d 3 h arune /trunk/EmbeddedSoftware/AVR/module/ Updated defines for EEPROM in a few more modules, more to come  
/trunk/EmbeddedSoftware/AVR/module/act_DotMatrix/act_DotMatrix.c
/trunk/EmbeddedSoftware/AVR/module/act_DotMatrix/act_DotMatrix.h
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/act_hwPWM.c
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/act_hwPWM.h
/trunk/EmbeddedSoftware/AVR/module/act_linearAct/act_linearAct.c
/trunk/EmbeddedSoftware/AVR/module/act_linearAct/act_linearAct.h
/trunk/EmbeddedSoftware/AVR/module/act_multiSwitch/act_multiSwitch.c
/trunk/EmbeddedSoftware/AVR/module/act_multiSwitch/act_multiSwitch.h
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output.c
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output.h
1910 5326 d 4 h arune /trunk/EmbeddedSoftware/AVR/module/ Changed all modules to use BIOS GetHwId function directly instead of macro  
/trunk/EmbeddedSoftware/AVR/module/act_DotMatrix/act_DotMatrix.c
/trunk/EmbeddedSoftware/AVR/module/act_PID/act_PID.c
/trunk/EmbeddedSoftware/AVR/module/act_RGBW/act_RGBW.c
/trunk/EmbeddedSoftware/AVR/module/act_RGBdriver/act_RGBdriver.c
/trunk/EmbeddedSoftware/AVR/module/act_SlowPWM/act_SlowPWM.c
/trunk/EmbeddedSoftware/AVR/module/act_dimmer230/act_dimmer230.c
/trunk/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/act_hwPWM.c
/trunk/EmbeddedSoftware/AVR/module/act_ks0108/act_ks0108.c
/trunk/EmbeddedSoftware/AVR/module/act_linearAct/act_linearAct.c
/trunk/EmbeddedSoftware/AVR/module/act_multiSwitch/act_multiSwitch.c
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output.c
/trunk/EmbeddedSoftware/AVR/module/act_pcaPWM/act_pcaPWM.c
/trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/act_protectedOutput.c
/trunk/EmbeddedSoftware/AVR/module/act_sigmadelta_dimmer/act_sigmadelta_dimmer.c
/trunk/EmbeddedSoftware/AVR/module/act_softPWM/act_softPWM.c
/trunk/EmbeddedSoftware/AVR/module/chn_ChnMaster/chn_ChnMaster.c
/trunk/EmbeddedSoftware/AVR/module/chn_lcd_control/chn_lcd_control.c
/trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c
/trunk/EmbeddedSoftware/AVR/module/sns_DHT11/sns_DHT11.c
/trunk/EmbeddedSoftware/AVR/module/sns_FOST02/sns_FOST02.c
/trunk/EmbeddedSoftware/AVR/module/sns_LM335/sns_LM335.c
/trunk/EmbeddedSoftware/AVR/module/sns_NTC/sns_NTC.c
/trunk/EmbeddedSoftware/AVR/module/sns_PIR/sns_PIR.c
/trunk/EmbeddedSoftware/AVR/module/sns_Serial/sns_Serial.c
/trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.c
/trunk/EmbeddedSoftware/AVR/module/sns_TC1047A/sns_TC1047A.c
/trunk/EmbeddedSoftware/AVR/module/sns_TCN75A/sns_TCN75A.c
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.c
/trunk/EmbeddedSoftware/AVR/module/sns_VoltageCurrent/sns_VoltageCurrent.c
/trunk/EmbeddedSoftware/AVR/module/sns_counter/sns_counter.c
/trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c
/trunk/EmbeddedSoftware/AVR/module/sns_identification/sns_identification.c
/trunk/EmbeddedSoftware/AVR/module/sns_input/sns_input.c
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.c
/trunk/EmbeddedSoftware/AVR/module/sns_irReceive/sns_irReceive.c
/trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/sns_irTransceive.c
/trunk/EmbeddedSoftware/AVR/module/sns_irTransmit/sns_irTransmit.c
/trunk/EmbeddedSoftware/AVR/module/sns_nmea/sns_nmea.c
/trunk/EmbeddedSoftware/AVR/module/sns_power/sns_power.c
/trunk/EmbeddedSoftware/AVR/module/sns_rotary/sns_rotary.c
/trunk/EmbeddedSoftware/AVR/module/sns_rotaryHex/sns_rotaryHex.c
/trunk/EmbeddedSoftware/AVR/module/template/template.c
/trunk/EmbeddedSoftware/AVR/module/tst_CoreLED/tst_CoreLED.c
/trunk/EmbeddedSoftware/AVR/module/tst_TestPrgRig/tst_TestPrgRig.c
1797 5408 d 10 h arune /trunk/EmbeddedSoftware/AVR/module/ output module: fixed compile error when not configured eeprom support
voltage current module: added support for two more AD channels
Sponsor: QRTECH
 
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output.c
/trunk/EmbeddedSoftware/AVR/module/sns_VoltageCurrent/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/sns_VoltageCurrent/sns_VoltageCurrent.c
1519 5909 d 5 h arune /trunk/EmbeddedSoftware/AVR/module/act_output/ module/output: now supports 10 channels. Added config parameter to set the number of channels used to be able to decrease ram-memory usage by a few bytes  
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output.c
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output.h
/trunk/EmbeddedSoftware/AVR/module/act_output/config.inc.template
1509 5920 d 8 h arune /trunk/EmbeddedSoftware/AVR/ module / output: now supports PCA95xx devices for simple output pins  
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/io/PCA95xx.c
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output.c
/trunk/EmbeddedSoftware/AVR/module/act_output/config.inc.template
1502 5922 d 6 h arune /trunk/EmbeddedSoftware/AVR/module/act_output/ modules / output: added support for PCA95xx outports, not fully functional yet  
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output.c
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output.h
/trunk/EmbeddedSoftware/AVR/module/act_output/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/act_output/sources.list
1420 6095 d 8 h linlun /trunk/EmbeddedSoftware/AVR/module/act_output/ Small change to act_output  
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output.c
1419 6095 d 12 h linlun /trunk/ Added simple output GPIO module  
/trunk/EmbeddedSoftware/AVR/module/act_output
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output.c
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output.h
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output_eeprom.h
/trunk/EmbeddedSoftware/AVR/module/act_output/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/act_output/sources.list
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/gpio.h