Ok in one of my header files I have:
#define Switch_Pin1 PORTBbits.RB0
What kind of variable is Switch_Pin? (for example if I want to send this into a function I need to declare it as the correct type), would I be right in assuming this is a signed char?