-
```
avr-libc: 1.6.7-4.5
avr-gcc: 4.4.2
reason: EEWE bit definition is missing. apparently removed from avr/eeprom.h
offending code:
#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega1281__)
…
-
When I try to open a small non-AVR file on my computer, the whole UI freezes. If I disable this plugin it works again. I'm trying to debug this to find the root cause but I'm posting this now as a pre…
-
Hi!
Im having a hard time adapting the library to my mbed_os
`[Error] led_sysdefs.h@50,2: #error "This platform isn't recognized by FastLED... yet. See comments in FastLED/led_sysdefs.h for opt…
-
I get this avr-gcc error when I try to compile the example project. I am on Ubuntu 14.04 and avr-gcc version 4.8.2
`avr-gcc: error: unrecognized command line option ‘-assembler-with-cpp’`
Is there a…
-
Would you consider merging a large patch to support non-AVR chips?
I regularly hear requests to port your library to Teensy 3.1. Already DMX transmit and receive code exists for Teensy 3.1, but not …
-
I am trying to use the 2.8" TFT Touch Sheild (1651) with Arduino Uno Wifi Rev 2 board using Arduino IDE V1.8.7.
I am trying to compile the Adafruit_ILI9341\examples\graphicstest and I am getting th…
-
```
What steps will reproduce the problem?
1. Download the simple-modbus v10.
2. while compile got the error message as under.
What is the expected output? What do you see instead?
Arduino: 1.5.6-r2 …
-
```
What steps will reproduce the problem?
1. Download the simple-modbus v10.
2. while compile got the error message as under.
What is the expected output? What do you see instead?
Arduino: 1.5.6-r2 …
-
```
What steps will reproduce the problem?
1. Download the simple-modbus v10.
2. while compile got the error message as under.
What is the expected output? What do you see instead?
Arduino: 1.5.6-r2 …
-
Hi,
I tried to program an ATTiny85 with Micronucleus bootloader (digispark-tiny) which works really fine. But when I add the OneWire Library I could not build anymore. If I change the board it runs…