Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1468 5980 d 21 h arune /trunk/EmbeddedSoftware/AVR/ added support for mega168p, only needed when programming with isp, normally one can use mega168 even for mega168p-devices  
1416 6103 d 19 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/ avr-lib: minor fixes to support mega328  
1415 6103 d 20 h arune /trunk/EmbeddedSoftware/AVR/ avr-lib: added support for mega328, currently not working  
1296 6271 d 21 h arune /trunk/EmbeddedSoftware/AVR/ avr/drivers: added touch/gesture drivers
modules/touch: now using separate gesture drivers
 
853 6693 d 1 h arune /trunk/EmbeddedSoftware/AVR/ Updated adc driver and apps, using adcs, config.templates  
796 6705 d 20 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/ drivers/adc: each channel must be activated in config.inc for an application (ADCHANx=1)  
794 6706 d 2 h noddan /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/ avrlib/adc: Doxygen-comments updated & fixed case-statement  
793 6706 d 4 h noddan /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/ avrlib/adc: updated comments about "channel not implemented" and the define for the channel  
788 6706 d 23 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/ drivers/adc: doxygen fix  
785 6707 d 1 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/ avr-lib/drivers: Added a simple ADC driver. Based on eqlazers LDR driver. LDR and TC1047 drivers should use ADC driver.