How can I test for different IDEs at compile time.
In my sketch I’d like to be able to do an #ifdef around some code to compile one way for arduino-0016 and another for arduino-0017 ?
Is there a #define that I can test against?
thanks,
Robert
PS. Wiring.h defines ARDUINO as 16 in both 0016 and 0017