Commit Graph
27 Commits
Author SHA1 Message Date
Bluechip 6a1222d180 Started work on supporting Pronto Codes 2015-06-21 03:11:24 +01:00
Bluechip 78e9b87a34 Add Denon support
Improve comments
Fixup DECODE_AIWA_RC_T50
Simplify template
2015-06-21 01:20:44 +01:00
Bluechip 593e0a3ee3 Improve documentation and fixup IRrecvDumpV2.ino 2015-06-20 22:08:13 +01:00
Bluechip ae477413de Fixup old examples
Add new example
2015-06-20 22:03:00 +01:00
Bluechip 07df68af9d correct typo 2015-06-20 21:09:44 +01:00
Bluechip 05e688a961 Added a template for new protocols with full instructions in a big comment at the top 2015-06-20 21:08:21 +01:00
Bluechip aa32e8f048 Removed explicit values in enumeration 2015-06-20 21:07:40 +01:00
Bluechip eb0360e758 More cleanup and a few minor optimisations 2015-06-20 20:27:59 +01:00
Bluechip 66dee2fa16 ISR Commenting 2015-06-20 18:33:00 +01:00
Bluechip 5e7a1c1f12 Abbreviated (Panasonic) address handling 2015-06-20 18:27:10 +01:00
Bluechip 8afb3e73a6 Introduced overflow detection code to the ISR State Machine 2015-06-20 18:26:23 +01:00
Bluechip dfd14d437c Increased RAWLEN to 101 to stop Panasonic codes overflowing 2015-06-20 18:24:50 +01:00
Bluechip 5d994880b9 Commenting formatting
move ISR macros to ISR header
2015-06-20 17:54:18 +01:00
Bluechip 7b8444a305 Remove use of macro TOPBIT 2015-06-20 17:51:40 +01:00
Bluechip 813a3038ab Commenting 2015-06-20 17:51:10 +01:00
Bluechip a1cf782c44 Bit more code cleanup 2015-06-20 14:42:59 +01:00
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