ptoshkov
ptoshkov
### What happened? Hello! Thanks for making the wonderful WVDH. I use it a lot. I have noticed that when using WVDH 2.0, a window called "Windows Virtual Desktop Manager"...
### What happened? Hello! Thanks for making the wonderful WVDH. I use it a lot. I have noticed that when jumping to virtual desktops (alt+#) using WVDH there is a...
Hello, Thanks for the great project. I have unit tests for my project which run on Windows and are compiled with MSVC. The unit tests include _can.h_. There is some...
Hello, Thanks for the great project. In the README there is an example using attachInterrupt without checking the pin with digitalPinToInterrupt. Proposal: Change `attachInterrupt(0, irqHandler, FALLING);` to `attachInterrupt(digitalPinToInterrupt(0), irqHandler, FALLING);`