Cosmetic tweaks
This commit is contained in:
		| @@ -10,7 +10,7 @@ | ||||
|  | ||||
| void setup() { | ||||
|   Serial.begin(9600); | ||||
|   Serial.println("PINs causing interrups are:"); | ||||
|   Serial.println("PINs causing interrupts are:"); | ||||
|   for (int i = 2; i < NUM_DIGITAL_PINS; i++) { | ||||
|     if (digitalPinToPCICR(i) || (int)digitalPinToInterrupt(i) != -1) { | ||||
|       for (int j = 0; j < NUM_ANALOG_INPUTS; j++) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user