Commit Graph
198 Commits
Author SHA1 Message Date
Bluechip 88e243fe06 Broken the source in to manageable chunks - 2KLOC files are not fun to debug!
Utterly failed to reduce the MARK_?? functions back down to MACROs - every time I try, the decoders start failing ...However, I have found a considerable number of bugs in the toolchain, so I'm starting to wonder if the fault is not mine.
2015-06-20 04:29:28 +01:00
Bluechip 04e2cfbdad Compiling, all functionality enabled, tested with Panasonic 2015-06-20 01:20:25 +01:00
Bluechip 5f92834a12 Finish sendXXX() cleanup
Move NEC decode to be with NEC send
2015-06-19 00:12:29 +01:00
Bluechip a338d5525a Bit more cleanup
Guests have arrived - sanity checkin
2015-06-18 19:52:22 +01:00
Bluechip 001ccf9425 Optimise send() loops
Query accuracy of sendAiwaRCT501() [see inline comment]
2015-06-18 19:24:21 +01:00
Bluechip 6af9a1b485 Whitespace cleanup on for() loops 2015-06-17 23:12:32 +01:00
Bluechip 7d926499b4 Cleaned up the DEBUG output 2015-06-17 23:04:47 +01:00
Bluechip 7f1387278f Reduce one-line-if's down to one line 2015-06-17 22:54:43 +01:00
Bluechip c45b84f65c Standardise function headers for consistent coding style 2015-06-17 22:25:34 +01:00
Bluechip 64698fd24b Standardise commenting as C++ style throughout 2015-06-17 22:16:43 +01:00
Bluechip 942dcf4051 Clearly mark the start of every function to aid is source navigation & code maintainability 2015-06-17 21:59:04 +01:00
Ivan Kravets 66395a5daa Switch to stable release of @PlatformIO 2015-05-27 17:18:01 +03:00
Ivan Kravets 8e043b5bb4 Continuous Integration with @travis-ci + @PlatformIO 2015-05-23 19:35:45 +03:00
Rafi Khan 9170c0b4a1 Update README.md 2015-05-14 16:32:48 -06:00
Rafi Khan f9faf98048 #133 2015-04-26 17:06:52 -06:00
Rafi Khan 5cf1e45002 Merge pull request #119 from jan-r/ATmega8-IRQ-fix
Fixed problem with interrupt enable/disable on ATmega8
2015-04-18 14:18:02 -06:00
joshua noble 0cb77d3c5b Merge pull request #124 from levsa/master
Added different ifdefs for SEND and DECODE. Enum for decode_type. ifdef errors fixed.
2015-04-10 10:49:40 -07:00
Levon Saldamli d336bc541a Changed ifdefs for SEND and DECODE, created enum for decode_type_t. Corrected ifdef errors, issues #121, #122, #123). 2015-04-06 18:17:53 +02:00
Levon Saldamli 675f9fe042 Library properties for arduino 1.0.5 to recognize as library. 2015-04-06 17:16:27 +02:00
jan-r 4caca675ff Fixed problem with interrupt enable/disable on ATmega8
Previously, when enabling or disabling interrupts on the ATmega8, the
whole TIMSK register was overwritten. This disables all other timer
interrupts (for Timer0 and Timer2). The fix takes care of that by
selectively enabling/disabling the required OCIE1A flag.
2015-04-04 11:02:53 +02:00
Rafi Khan 96fa0f557a Quick fix for previous commit 2015-03-16 12:07:55 -06:00
Rafi Khan 04420c9f5c Add Aiwa protocol to keywords 2015-03-16 12:07:21 -06:00
joshua noble 66d82da532 Updating for device usage 2015-03-15 19:41:46 -07:00
Joshua Noble 117059a17f merging 110 2015-03-15 13:28:46 -07:00
Rafi Khan ce1c79baa5 Merge pull request #61 from crash7/master
Added Aiwa protocol (remote control RC-T501).
2015-03-14 21:04:30 -06:00
sstefanov 549d92d2f5 Added possibility to exclude non-necessary libraries by comment lines in IRremote.h 2015-03-12 14:49:48 +02:00
Rafi Khan c2bf981fe7 Update Contributors.md 2015-03-10 15:43:28 -06:00
Rafi Khan 2ad1487c8d Added Lauszus to contrib. 2015-03-10 15:43:13 -06:00
Rafi Khan c1c6bd4199 Added reference to GitHub page 2015-03-09 18:54:25 -06:00
Rafi Khan 2768ddc676 Releases can be found on the releases page. 2015-03-09 13:01:25 -06:00
Rafi Khan 7b08532e47 Moved contributors to a different file MAJOR 2015-03-08 19:42:47 -06:00
Rafi Khan 3b16c12b59 Added Neco777 to contributors 2015-03-08 19:40:16 -06:00
Rafi Khan 9c2064c5b4 add crash7 to contributors list 2015-03-08 17:38:20 -06:00
Rafi Khan 3256c847b2 remove index (for real) 2015-03-08 17:37:06 -06:00
Rafi Khan 2c6067eb30 Merge branch 'master' of https://github.com/shirriff/Arduino-IRremote 2015-03-08 17:35:45 -06:00
Rafi Khan c35f7219dd removed index 2015-03-08 17:35:21 -06:00
Rafi Khan 18f5aa639b Added GitHub Page 2015-03-08 17:30:36 -06:00
Rafi Khan a87d558b73 Merge pull request #90 from ivankravets/patch-1
PlatformIO Library Manager manifest file
2015-03-08 17:16:29 -06:00
Christian Musa bed4cc5c97 Added Aiwa protocol (remote control RC-T501).
Added Aiwa protocol (remote control RC-T501) based on lirc file.
Updated IRrecvDump example, added SendDemo example (AiwaRCT501SendDemo).
2015-03-08 19:40:03 -03:00
Rafi Khan c0446fd659 Fixed broken links 2015-03-08 16:07:40 -06:00
Rafi Khan 12f7ef1d28 Add contributors to readme 2015-03-08 16:03:41 -06:00
Rafi Khan 9235051c6a Readme is branch independent 2015-03-07 23:33:59 -06:00
Rafi Khan 4610e7eb0e NEC_ONE_SPACE should actually be 1690 2015-03-07 18:10:22 -06:00
Rafi Khan 13f207d863 Merge pull request #102 from cltnschlosser/patch-1
Add LG keyword to keywords file from #102
Credits: @cltnschlosser
2015-03-07 17:32:52 -06:00
Rafi Khan 7c67cc5c59 Merge pull request #105 from fmeschia/master
Added Whynter A/C remote protocol from #105. 
Credits: @fmeschia
2015-03-07 17:31:21 -06:00
Rafi Khan 4fed49fca6 Fixed typo 2015-03-07 17:24:50 -06:00
Rafi Khan 9d94115974 Revamped README 2015-03-07 17:22:29 -06:00
Rafi Khan b3e3ced302 Fix #41
Fixes #41 by implementing the solution by @canondale
2015-03-07 16:53:43 -06:00
Francesco Meschia 0fce321c94 Added Whynter A/C remote protocol
Tested with Whynter ARC-110WD
2015-02-06 21:29:56 -08:00
Colton Schlosser 02f206e19c Add LG keyword 2015-01-10 14:17:43 -06:00