Skip to content

Releases: dac1e/RcSwitchReceiver

Arduino library compliance.

25 Nov 12:55
Compare
Choose a tag to compare
Pre-release

Now errors or warnings with arduino lint.

Fixed timing calculation on platforms where size_t witdh is two bytes.

25 Nov 11:49
Compare
Choose a tag to compare

Fixed timing calculation on platforms where size_t width is only two bytes. This will fix problems running the library on Arduino UNO.

Adjustment of maintainer email adress in library.properties

24 Nov 10:45
Compare
Choose a tag to compare

Adjustment of maintainer email adress in library.properties: [email protected]

ESP32 and ESP8266 support (untested!)

24 Nov 10:22
Compare
Choose a tag to compare
Pre-release

Apply IRAM_ATTR respectively ICACHE_RAM_ATTR for code that runs in interrupt service context on ESP32 and ESP8266.
Apply DRAM_ATTR for RxProtocolTable members accessed in interrupt service context on ESP32

Initial Release

23 Nov 17:07
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Initial Release.