Macro with two names

RayLivingston:
One could also reasonably ask why on earth anyone would WANT to create two #defines for the same value, other than as an entry to an obfuscated code contest...

Regards,
Ray L.

Perhaps you could ask the author of Arduino.h ... :slight_smile:

#define HIGH 0x1
#define LOW  0x0

#define INPUT 0x0
#define OUTPUT 0x1