-
## Description
I included unit tests inline in a few translation units. However, doing so throws the following link error, the source of which I haven't been able to track down:
```
File1.cpp.o…
-
```
On some boards (maybe those with the FT232RL datecode 1138 (2011 week 38)),
uploading seems to fail with the avrdude 5.10 in Arduino 1.0 using the
"arduino" programmer type. With the stk500v1 p…
-
```
Is there any way to have the ARDUINO IDE use the cores from this, or even use
the IDE as a front end GUI for this, or have a GUI implemented for this.
```
Original issue reported on code.google.…
-
```
On some boards (maybe those with the FT232RL datecode 1138 (2011 week 38)),
uploading seems to fail with the avrdude 5.10 in Arduino 1.0 using the
"arduino" programmer type. With the stk500v1 p…
-
there was a common problem with your library and all of the programs which i wrote in the past and that was problem initilizing sd card in first definition step.
if (!SD.begin(SD_CS_PIN)) {}
was ra…
-
Hello,
I appreciate that you put so much effort into making Nextion easy to use with your library. It is elegant.
I have used `EasyNex myNex(Serial2)` with ESP32 for the last two years, and it…
-
Hello, please could you edit the library for compatibility issues with ESP8266 board, especially seeing that this library is used for the luftdaten.info project which is based on the ESP8266. Thank yo…
Uwana updated
3 years ago
-
Thank you for creating this list, great idea!
Check out these two extensive retrocoding GitHub lists (probably the best of their kind) as an example of how the Mega Drive list could possibly be dev…
-
Hi,
Thank you for making this program,
I found a problem when uploading
your use integer value in memory and maximum value is 2147483647
i think long is better because there is a problem at a high…
-
I am trying to use this library on both a Duemilanove and a Mega 1280 however on both boards when the example gets to printing the External IP, the sketch hangs. The External IP is: line prints and no…