jpraus / arduino-opentherm

Arduino library and hardware shield to send and receive data from Opentherm devices
Other
160 stars 42 forks source link

ESP32 Support #24

Closed Weissnix4711 closed 3 years ago

Weissnix4711 commented 3 years ago

Is there currently any plans to support ESP32?

jpraus commented 3 years ago

Hi! Sure, I can do it! You can also try to do it on your own. The only difference gonna be the timers' setup.

Weissnix4711 commented 3 years ago

I have no idea about arduino timers and interrupts and cpp ain't my strong point, so you better do it lol.

vulwater commented 3 years ago

I have just created PR#30 that implements ESP32 support

jpraus commented 3 years ago

Thank you

bgeer commented 2 years ago

@vulwater I was wondering how you got this library working with an esp32. Could you possibly help me with it?