Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
800 6706 d 21 h linlun /branches/modules/ Added branch for modulized applications  
727 6869 d 18 h noddan /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ drivers/ir: added RC-5 protocol for transmit. Doesn't work perfectly but it is functional.  
617 6969 d 23 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ drivers/ir: implemented framecnt for transmitter  
613 6973 d 0 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/ drivers/ir: updated polling in receive routine  
610 6974 d 3 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ drivers/IR: updated ir-drivers, debug output not implemented yet, some ugly-hacks still exists  
608 6975 d 22 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ ir: splitted drivers and protocol, nice and clean, this now works for transmitter, receiver not tested  
601 6977 d 23 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/ drivers/irtransceiver:
reworked data format in protocols
ir transmitt implemented
 
552 7003 d 6 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/ * avr-lib: Changed drivers/ir/transceiver to handle basic transmit functions, but it does not yet modulate the signal.  
547 7005 d 18 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ * avr-lib: Fixed no newline at end of drivers/ir/ircommon.c.
* avr-lib: Added drivers/ir/transceiver, an interrupt-driven version of drivers/ir/receiver. It can be used in ../applications/IrReceive simply by linking with the transceiver driver instead.