Infrared remote library for Arduino: send and receive infrared signals with multiple protocols Port from Arduino-IRremote https://github.com/z3t0/Arduino-IRremote
Dependents: mbed-os-example-FinalReal_copy
changelog.md@8:9d9b1e1f9b1b, 2019-06-16 (annotated)
- Committer:
- eunmango
- Date:
- Sun Jun 16 04:49:45 2019 +0000
- Revision:
- 8:9d9b1e1f9b1b
- Parent:
- 0:70c8e56bac45
s
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
yuhki50 | 0:70c8e56bac45 | 1 | |
yuhki50 | 0:70c8e56bac45 | 2 | ## 2.0.2 - 2015/12/02 |
yuhki50 | 0:70c8e56bac45 | 3 | - Added IRremoteInfo Sketch - [PR](https://github.com/z3t0/Arduino-IRremote/pull/241) |
yuhki50 | 0:70c8e56bac45 | 4 | - Enforcing changelog.md |
yuhki50 | 0:70c8e56bac45 | 5 | |
yuhki50 | 0:70c8e56bac45 | 6 | ## 2.0.1 - 2015/07/26 - [Release](https://github.com/shirriff/Arduino-IRremote/releases/tag/BETA) |
yuhki50 | 0:70c8e56bac45 | 7 | ### Changes |
yuhki50 | 0:70c8e56bac45 | 8 | - Updated README |
yuhki50 | 0:70c8e56bac45 | 9 | - Updated Contributors |
yuhki50 | 0:70c8e56bac45 | 10 | - Fixed #110 Mess |
yuhki50 | 0:70c8e56bac45 | 11 | - Created Gitter Room |
yuhki50 | 0:70c8e56bac45 | 12 | - Added Gitter Badge |
yuhki50 | 0:70c8e56bac45 | 13 | - Standardised Code Base |
yuhki50 | 0:70c8e56bac45 | 14 | - Clean Debug Output |
yuhki50 | 0:70c8e56bac45 | 15 | - Optimized Send Loops |
yuhki50 | 0:70c8e56bac45 | 16 | - Modularized Design |
yuhki50 | 0:70c8e56bac45 | 17 | - Optimized and Updated Examples |
yuhki50 | 0:70c8e56bac45 | 18 | - Improved Documentation |
yuhki50 | 0:70c8e56bac45 | 19 | - Fixed and Improved many coding errors |
yuhki50 | 0:70c8e56bac45 | 20 | - Fixed Aiwa RC-T501 Decoding |
yuhki50 | 0:70c8e56bac45 | 21 | - Fixed Interrupt on ATmega8 |
yuhki50 | 0:70c8e56bac45 | 22 | - Switched to Stable Release of @PlatformIO |
yuhki50 | 0:70c8e56bac45 | 23 | |
yuhki50 | 0:70c8e56bac45 | 24 | ### Additions |
yuhki50 | 0:70c8e56bac45 | 25 | - Added Aiwa RC-T501 Protocol |
yuhki50 | 0:70c8e56bac45 | 26 | - Added Denon Protocol |
yuhki50 | 0:70c8e56bac45 | 27 | - Added Pronto Support |
yuhki50 | 0:70c8e56bac45 | 28 | - Added Library Properties |
yuhki50 | 0:70c8e56bac45 | 29 | - Added Template For New Protocols |
yuhki50 | 0:70c8e56bac45 | 30 | - Added this changelog |
yuhki50 | 0:70c8e56bac45 | 31 | - Added Teensy LC Support |
yuhki50 | 0:70c8e56bac45 | 32 | - Added ATtiny84 Support |
yuhki50 | 0:70c8e56bac45 | 33 | - Added ATtiny85 Support |
yuhki50 | 0:70c8e56bac45 | 34 | - Added isIdle method |
yuhki50 | 0:70c8e56bac45 | 35 | |
yuhki50 | 0:70c8e56bac45 | 36 | ### Deletions |
yuhki50 | 0:70c8e56bac45 | 37 | - Removed (Fixed) #110 |
yuhki50 | 0:70c8e56bac45 | 38 | - Broke Teensy 3 / 3.1 Support |
yuhki50 | 0:70c8e56bac45 | 39 | |
yuhki50 | 0:70c8e56bac45 | 40 | ### Not Working |
yuhki50 | 0:70c8e56bac45 | 41 | - Teensy 3 / 3.1 Support is in Development |