I feel like an idiot asking this, but:
How are digital pins accessed in C code in the arduino IDE?
#define TESTSWITCH D4
…yields ‘D4’ was not declared in this scope.
I’m modifying the RadioHead (Paul S’s) simple client and server example code (that works BTW), but I can’t seem to figure out how to access the pins on the board that are silk-screened D9, D4, D3, D2, D5??