-
```
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,
When doing a write transaction, I'm getting the wrong status in TWSR after sending the address. I'm reading 0x28 which stands for data write w ack, I was expecting 0x18, sda+w w ack, which is als…
20Mhz updated
4 years ago
-
```
What steps will reproduce the problem?
The version for ATmega168 will work on ATmega168P but signature bytes are
different
What is the expected output? What do you see instead?
1E 94 0B (for ATm…
-
```
What steps will reproduce the problem?
The version for ATmega168 will work on ATmega168P but signature bytes are
different
What is the expected output? What do you see instead?
1E 94 0B (for ATm…
-
go test arduino.cc/...
fails on 32-bit Intel with:
```
Warning: Board my_avr_platform:avr:mymega doesn't define a 'build.board' preference. Auto-set to: AVR_MYMEGA
Warning: Board my_symlinked_…
-
Hello!
arduino-builder is failing to find includes and pull in used libraries with some at least some locales. This script demonstrates the problem for me:
```
#!/bin/sh
LANG=de_DE.UTF-8
…
-
I'm trying to figure it out but i'm pretty new to this whole thing so any advice would be great.
I'm working on getting all of the library-pinoccio deps setup for npm but not quite there yet.
This …
-
Hi, When I try to compile the example code (arcs_lcd) to the Arduino Nano I get the following errors, How do I resolve this issue?
More info! - So it looks to be an issue with the Arduino IDE versi…
-
```
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__)
…
-
> #if defined( MEGATINYCORE_SERIES )
> #include
>#endif
>#if defined( \_\_AVR_ATtiny85\_\_ )
> #include
>#endif
I am using PlatformIO. Compiling for environments "attiny85" and "attiny16…