nzbart / ArlecRC210Switch

Arduino code to control the R210 240V switches sold by Bunnings using a cheap 433 MHz transmitter.
MIT License
2 stars 0 forks source link

Request: Example for ESP32 #1

Closed LuckyLuzz closed 3 years ago

LuckyLuzz commented 5 years ago

Hey, nice lib! I was wondering if you could provide an general example sketch and and maybe one for a ESP32?

nzbart commented 5 years ago

There's some sample code in the Readme, which should also work on the ESP32 if you're using the Arduino platform.

What in particular are you looking for that's not clear from the "blink" style example?