In MCC I can set up a pin as an output and give it a nice name. There are functions to set the pin high or low etc. but is there a way to set/reset it with a variable. TestPin_SetHigh();TestPin_SetLow(); But not:TestPin_Set(aVariable)? Must I do:if(aVaria..
↧