Enable reception for ATtinyX4 and ATtinyX5#59
Conversation
| // according to discussion on issue #14 it might be more suitable to set the separation | ||
| // limit to the same time as the 'low' part of the sync signal for the current protocol. | ||
| unsigned int RCSwitch::timings[RCSWITCH_MAX_CHANGES]; | ||
| #endif |
There was a problem hiding this comment.
The above changes, and similar changes below, are not acceptable. These #ifdefs are there for an good reason: To keep code size low for people who do not need to receive data.
|
@cyosp L.E. sorry, i'm a bit novice with github. I will continue discussion on RCSwitch fork make by @cyosp |
Hi Suat,
This pull request allows to enable reception for ATtinyX4 and ATtinyX5 using PinChangeInterrupt library of NicoHood.
I've tested with success on ATtiny85.
Best regards,
CYOSP