Add PICA shields support (#16891)
This commit is contained in:
@@ -252,6 +252,10 @@
|
||||
#include "mega/pins_HJC2560C_REV2.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(LEAPFROG_XEED2015)
|
||||
#include "mega/pins_LEAPFROG_XEED2015.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(PICA)
|
||||
#include "mega/pins_PICA.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(PICA_REVB)
|
||||
#include "mega/pins_PICAOLD.h" // ATmega2560 env:megaatmega2560
|
||||
|
||||
//
|
||||
// ATmega1281, ATmega2561
|
||||
|
||||
Reference in New Issue
Block a user