You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /home/jarvis/.arduino15/packages/esp8266/hardware/esp8266/2.5.0/variants/inventone/pins_arduino.h:55:0,
from /home/jarvis/.arduino15/packages/esp8266/hardware/esp8266/2.5.0/cores/esp8266/Arduino.h:302,
from sketch/sketch_feb08a.ino.cpp:1:
/home/jarvis/.arduino15/packages/esp8266/hardware/esp8266/2.5.0/variants/inventone/../generic/common.h:53:22: error: redefinition of 'const uint8_t A0'
static const uint8_t A0 = PIN_A0;
^
In file included from /home/jarvis/.arduino15/packages/esp8266/hardware/esp8266/2.5.0/cores/esp8266/Arduino.h:302:0,
from sketch/sketch_feb08a.ino.cpp:1:
/home/jarvis/.arduino15/packages/esp8266/hardware/esp8266/2.5.0/variants/inventone/pins_arduino.h:50:22: error: 'const uint8_t A0' previously defined here
static const uint8_t A0 = 0;
^
exit status 1
Error compiling for board Invent One.
The text was updated successfully, but these errors were encountered:
d-a-v
added a commit
to d-a-v/Arduino
that referenced
this issue
Feb 8, 2019
Basic Infos
Platform
Settings in IDE
Problem Description
Code fails to compile due to clash between inventone analog pin A0 (pins_arduino.h) and the reserved analog pin for arduino (commons.h)
Debug Messages
The text was updated successfully, but these errors were encountered: