Thomas Fischer

Results 4 comments of Thomas Fischer

IMHO the round() macro is a nasty pitfall. It took me a couple of hours of debugging my code to figure out that it produces wrong results like ``` float...

@Koepel Hi, my environment is - Visual Studio Code v1.53.2 (macOS) - PlatformIO v2.2.1 platformio.ini: ``` platform = atmelavr framework = arduino board = ATmega328P ``` IntelliSense points me to...

Hi, I added support for 64 bit messages after figuring out that the maximum was 32 bit 🙄 I added also this protocol definition (according to the captured signal see...

Hi @Kobbe1 , yes, it works as expected, see my repo https://github.com/ThFischer/rc-switch-64bit