Closed technoblogy closed 2 years ago
Is there a #define that identifies that the MegaCoreX core is being used, and if so, could it be documented?
Yes, there is. It's quite hidden, but it's there. I should probably document this. They are all located in the pins_arduino.h files.
Thanks! Exactly what I was looking for.
Is there a
#define
that identifies that the MegaCoreX core is being used, and if so, could it be documented?Something like
#if defined(DXCORE)
and#if defined(MEGATINYCORE)
that Spence Konde provides for his cores?It would be easier than doing: