Kater_S
Kater_S
I encountered a similar, but not identical problem: Every time I used the `getBatteryVoltage()` function the interrupt I had activated for the `USER_KEY` input fired. My workaround is to set...
Shouldn't C++ allow for overloading here? Or is this in the "C" domain? Arduino `WMath.cpp` has these definitions that rely only on an existing `random(void)` function: ``` long random(long howbig)...
Apart from this, using modulo (%) in conjunction with random number generation is not the best solution as it can affect the distribution of numbers. But that's how Arduino has...
macOS 10.14.6 (Mojave) here. I have to use US keyboard settings in order to type any character I otherwise would type using the Option key with the DE keyboard (brackets,...