-
```
What is the expected output? What do you see instead?
I was try to compile the demo program for NTSC in Example folder and i get the
bellow error:
C:\arduino-0018\arduino-0018\libraries\TVout…
-
```
What is the expected output? What do you see instead?
I was try to compile the demo program for NTSC in Example folder and i get the
bellow error:
C:\arduino-0018\arduino-0018\libraries\TVout…
-
```
What is the expected output? What do you see instead?
I was try to compile the demo program for NTSC in Example folder and i get the
bellow error:
C:\arduino-0018\arduino-0018\libraries\TVout…
-
Hi, USaber won't compile for me, I'm wondering if it's a version or compiler issue. I'm just compiling the WT588 player example.
```In file included from /opt/arduino-1.8.0/libraries/USaber/sound/…
-
I've tried to compile the blink example code but i get some errors.
`C:\Users\XXX\Documents\Arduino\libraries\ArduinoSTL\src\del_opnt.cpp:25:56: error: 'nothrow_t' in namespace 'std' does not name …
-
```text
/tmp/arduino-sketch-9112C3771E1D54AB13D36005A1B0E5E5/libraries/Arduino_JSON/cjson/cJSON.c.o:(.text.print_value+0x20): undefined reference to `sscanf'
/tmp/arduino-sketch-9112C3771E1D54AB13D3…
-
When using both libraries upon compiling the following errors occur:
Arduino: 1.6.5 (Windows 8.1), Board: "Arduino Uno"
ALA\ExtNeoPixel.cpp.o: In function `Adafruit_NeoPixel::Adafruit_NeoPixel(unsig…
-
In file included from C:\Users\Станислав\Documents\Arduino\Lan_server__PVZ\Lan_server__PVZ.ino:3:
c:\Users\���������\Documents\Arduino\libraries\AsyncTCP\src/AsyncTCP.h:26:10: fatal error: sdkconfig.…
-
```
Open Example and trying to compile it (NESPad_LED)
What is the expected output? What do you see instead?
a compile...? hah :)
I get this:
/Users/theUser/Documents/Arduino/libraries/NESpad/NESp…
-
The following GCC warning is emitted during compile:
```
MFRC522Extended.cpp:824: warning: ordered comparison of pointer with integer zero [-Wextra]
if (backData && (backLen > 0)) {
…