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
/
atomV2
/
EmbeddedSoftware
/
AVR
/
avr-lib
/
drivers
/
ir
/
protocols.c
@ 1663
– Rev 1308
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
1308
6249 d 23 h
runge
/branches/atomV2/
Created branch for Atom version 2 and update module protocol
922
6537 d 6 h
zeed
/trunk/EmbeddedSoftware/AVR/
Implemented expand of RC5 commands. Updated the IrTranceiver so it will always send debug info about received commands if the debug variable is defined.
835
6695 d 21 h
noddan
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/
avr-lib/ir/protocols: Fixed bit-suffixes to hexadecimal.
814
6697 d 23 h
noddan
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/
avr-lib/ir/protocols.c: Nicer code for marantz protocol
734
6824 d 20 h
noddan
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/
drivers/ir/protocols: Updated marantz parse & expand with marantz names and improved error detection in parse
733
6828 d 6 h
noddan
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/
drivers/ir: Marantz protocol cleaned up, smaller code and uses less memory.
732
6828 d 6 h
noddan
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/
drivers/ir: added support for Marantz extended protocol
727
6861 d 20 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
6962 d 1 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/
drivers/ir: implemented framecnt for transmitter
610
6966 d 5 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
6968 d 0 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