Armin
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...
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...
It is simple to reproduce, but here is an example: https://wokwi.com/projects/399320984336916481 I use this function to receive modbus requests at 9600 and in between to print short debug messages with...
What is the sense of the statement `temperatureCmd = 0xC0;` at https://github.com/ToniA/arduino-heatpumpir/blob/15ee3f669d852fa6767e3e489062f577d31480b9/DaikinHeatpumpARC417IR.cpp#L53C1-L53C28 The variable temperatureCmd is not used anymore.