HomeAutomation
hardware
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HomeAutomation
(root)
/
branches
/
modules
/
EmbeddedSoftware
/
AVR
/
avr-lib
/
drivers
/
ir
/
transceiver
/
irtransceiver.c
– Rev 800
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
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.