mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-13 01:46:21 +00:00
The reason for this change is that I was informed by a community member that the Pro Micro board does not have the default pin 13. This causes many issues for beginners that are not familiar with the inner workings of the library. However, I am concerned about this being a breaking change. If there are serious issues I may just end up adding a tutorial in the FAQ for beginners, informing them how they may change the default pins.
2.7 KiB
2.7 KiB
3.0.0 - 2017/09/14
- Changed default send pin on ATmega32u4 from 13 to 9. Note: this is a non-backwards compatible change as the behaviour of existing programs using this board for receiving WILL be affected. If you would like to use pin 13 as before then please search src/boarddefs.h for "32u4" and comment the line for pin 9 while uncommenting the line for pin 13
2.3.3 - 2017/03/31
- Added ESP32 IR receive support PR #427
2.2.3 - 2017/03/27
- Fix calculation of pause length in LEGO PF protocol PR #427
2.2.2 - 2017/01/20
- Fixed naming bug PR #398
2.2.1 - 2016/07/27
- Added tests for Lego Power Functions Protocol PR #336
2.2.0 - 2016/06/28
- Added support for ATmega8535
- Added support for ATmega16
- Added support for ATmega32
- Added support for ATmega164
- Added support for ATmega324
- Added support for ATmega644
- Added support for ATmega1284
- Added support for ATmega64
- Added support for ATmega128
2.1.1 - 2016/05/04
- Added Lego Power Functions Protocol PR #309
2.1.0 - 2016/02/20
2.0.4 - 2016/02/20
- Add Panasonic and JVC to IRrecord example PR
2.0.3 - 2016/02/20
- Change IRSend Raw parameter to const PR
2.0.2 - 2015/12/02
- Added IRremoteInfo Sketch - PR
- Enforcing changelog.md
2.0.1 - 2015/07/26 - Release
Changes
- Updated README
- Updated Contributors
- Fixed #110 Mess
- Created Gitter Room
- Added Gitter Badge
- Standardised Code Base
- Clean Debug Output
- Optimized Send Loops
- Modularized Design
- Optimized and Updated Examples
- Improved Documentation
- Fixed and Improved many coding errors
- Fixed Aiwa RC-T501 Decoding
- Fixed Interrupt on ATmega8
- Switched to Stable Release of @PlatformIO
Additions
- Added Aiwa RC-T501 Protocol
- Added Denon Protocol
- Added Pronto Support
- Added Library Properties
- Added Template For New Protocols
- Added this changelog
- Added Teensy LC Support
- Added ATtiny84 Support
- Added ATtiny85 Support
- Added isIdle method
Deletions
- Removed (Fixed) #110
- Broke Teensy 3 / 3.1 Support
Not Working
- Teensy 3 / 3.1 Support is in Development