File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1- ## 2.9.0 2021/01
1+ ## 3.0.2
2+
3+ ## 3.0.0 + 3.0.1 2021/02
24- Added SendRaw with byte data.
35- Fixed resume bug if irparams.rawlen >= RAW_BUFFER_LENGTH. Thanks to Iosif Peterfi
46- Added ` dumpPronto(String *aString, unsigned int frequency) ` with String object as argument. Thanks to Iosif Peterfi
7+ - Removed Test2 example.
58- Fixed swapped cases in ` getProtocolString() ` . Thanks to Jim-2249
69- Added compile option ` IR_INPUT_IS_ACTIVE_HIGH ` . Thanks to Jim-2249
710- Corrected template. Thanks to Jim-2249
811- Introduced standard decode and send functions.
912- Added compatibility with tone for AVR's.
1013- New TinyIRreceiver does not require a timer.
1114- New MinimalReceiver and IRDispatcherDemo examples.
12- - Removed Test2 example.
15+ - Added TinyCore 32 / ATtiny3217 support.
16+ - Added Apple protocol.
1317
1418## 2.8.1 2020/10
1519- Fixed bug in Sony decode introduced in 2.8.0.
Original file line number Diff line number Diff line change 77 "type" : " git" ,
88 "url" : " https://github.com/z3t0/Arduino-IRremote.git"
99 },
10- "version" : " 3.0.0 " ,
10+ "version" : " 3.0.1 " ,
1111 "frameworks" : " arduino" ,
1212 "platforms" : " atmelavr" ,
1313 "authors" :
Original file line number Diff line number Diff line change 11name =IRremote
2- version =3.0.0
2+ version =3.0.1
33author =shirriff, z3t0 <zetoslab@gmail.com>, ArminJo
44maintainer =Armin Joachimsmeyer <armin.arduino@gmail.com>
55sentence =Send and receive infrared signals with multiple protocols
Original file line number Diff line number Diff line change 3636#define RAW_BUFFER_LENGTH 101 // /< Maximum length of raw duration buffer. Must be odd! 101 supports up to 48 bit codings.
3737#endif
3838
39- #define VERSION_IRREMOTE " 3.0.0 "
39+ #define VERSION_IRREMOTE " 3.0.1 "
4040#define VERSION_IRREMOTE_MAJOR 3
4141#define VERSION_IRREMOTE_MINOR 0
4242/*
You can’t perform that action at this time.
0 commit comments