So all was well with my Nano Blackboard. I upgraded to 1.0.11, I note upon doing so only Redboards vs Black are now present in Board menu… and now am experiencing an series of errors. Choosen Red board Nano as target … This sketch used to compile and upload just fine on prior version…
Errors As per below.
Any suggestions? Thanks
In file included from C:\Users\antho\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\1.0.11/cores/arduino/ard_sup/Arduino.h:84,
from sketch\RADwatch_serial.ino.cpp:1:
C:\Users\antho\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\1.0.11\variants\SparkFun_RedBoard_Artemis_Nano/config/variant.h:58: warning: “ADC_DIFF0” redefined
#define ADC_DIFF0 32 //Not legal pins. Used for pad lookup
In file included from C:\Users\antho\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\1.0.11/cores/arduino/ard_sup/Arduino.h:64,
from sketch\RADwatch_serial.ino.cpp:1:
C:\Users\antho\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\1.0.11/cores/arduino/ard_sup/Arduino_defines.h:19: note: this is the location of the previous definition
#define ADC_DIFF0 100
In file included from C:\Users\antho\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\1.0.11/cores/arduino/ard_sup/Arduino.h:84,
from sketch\RADwatch_serial.ino.cpp:1:
C:\Users\antho\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\1.0.11\variants\SparkFun_RedBoard_Artemis_Nano/config/variant.h:59: warning: “ADC_DIFF1” redefined
#define ADC_DIFF1 33
In file included from C:\Users\antho\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\1.0.11/cores/arduino/ard_sup/Arduino.h:64,
from sketch\RADwatch_serial.ino.cpp:1:
C:\Users\antho\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\1.0.11/cores/arduino/ard_sup/Arduino_defines.h:20: note: this is the location of the previous definition
#define ADC_DIFF1 101