Definition at line 172 of file Pintest.h.
172 {
173 RwReg *systemThinksPortIs = portOutputRegister(digitalPinToPort(0));
174 RwReg systemThinksMaskIs = digitalPinToBitMask(0);
175
176 int maskBit = 0;
177 while(systemThinksMaskIs > 1) { systemThinksMaskIs >>= 1; maskBit++; }
178
179 const char *pinport =
GetPinPort((
void*)systemThinksPortIs);
180 if (pinport) {
187 }
188}
const char * GetPinPort(void *ptr)
References GetPinPort(), pcount, and Serial.