Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
913 6555 d 17 h nattgris /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ * avr-lib/drivers/can/mcp2515/mcp2515.c: Make all private functions static for better optimization.
* avr-lib/drivers/adc/adc.c: Auto-select ADC prescaler to get a valid clock.
* avr-lib/drivers/uart/serial.c: Option to select USART Double Speed feature for less error at high baudrates.
 
853 6690 d 1 h arune /trunk/EmbeddedSoftware/AVR/ Updated adc driver and apps, using adcs, config.templates  
796 6702 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)  
795 6702 d 22 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/ drivers/adc: bugfixes  
794 6703 d 2 h noddan /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/ avrlib/adc: Doxygen-comments updated & fixed case-statement  
793 6703 d 3 h noddan /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/ avrlib/adc: updated comments about "channel not implemented" and the define for the channel  
792 6703 d 3 h noddan /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/ /avrlib/adc: Now supports channels!  
785 6704 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.