Armin

Results 8 issues of Armin

Here it is 😀 First I prepared it for stm32duino:STM32F1:genericSTM32F103C, but it can easily be extended to other boards. - I corrected a forgotten change in DhcpAddressPrinter - The examples...

Hi Hans, I maintain a lot of arduino libraries and now got the request to support ATmega8. Therfore I was forced to use your package. For my CI I use...

Thank you for including the micronucleus bootloader int avrdude. 🥇 I (and others) currently have the problem with the old linux binary of the uploader not accepting new firmware versions....

Here https://github.com/sparkfun/Arduino_Apollo3/blob/main/docs/CONTRIBUTING.md#how-to-contribute is the broken link. Where is it gone, I used id as a reference? 😞

By accident I released a few versions of the IRremote library with the IRremoteExtensionTest example containing a IRremoteExtensionTest.cpp instead of a IRremoteExtensionTest.ino file. It would be nice to add such...

type: enhancement
topic: code

I am using FQBN: stm32duino:STM32F1:genericSTM32F103C **Using utoa(aNumber, tStringBuffer, 10); throws error: 'utoa' was not declared in this scope** When I add a line `#include "itoa.h"` in wirish.h ``` #include #include...

Standard Arduino programs do not compile if they use` random();` E.g. ``` /home/runner/Arduino/libraries/NeoPatterns/src/NeoPatterns.hpp:1474:31: error: no matching function for call to 'random()' tRandom.Long = random(); ^ /home/runner/Arduino/libraries/NeoPatterns/src/NeoPatterns.hpp:1474:31: note: candidates are: ......

Hi, since you did not enable discussions (Settings > Features > Discussions) I have to enter my question as an issue. I want to solve the problem, that the servo...