-
USE_SOFT_SEND_PWM is active by default.
-
Removed decode_results results.
-
Renamed most irparams_struct values.
-
Fixed LG send bug and added unit test.
-
Replaced
#define DECODE_NEC 1/0
by defining/not defining. -
Use LED_BUILTIN instead of FEEDBACK_LED if FeedbackLEDPin is 0.
-
Use F_CPU instead of SYSCLOCK.
-
Removed SENDPIN_ON and SENDPIN_OFF macros.
-
Refactored board specific code for timer and feedback LED.
-
Extracted common LED feedback functions and implemented feedback for send.
-
MATCH_MARK() etc. now available as matchMark().
-
Added STM32F1 by (by Roger Clark) support.
-
Added stm32 (by ST) support. Thanks to Paolo Malaspina.
-
Added ATtiny88 support.