Cosmetic tweaks

This commit is contained in:
Scott Lahteine
2017-11-19 23:00:43 -06:00
parent f409147116
commit ba8bc7ea80
4 changed files with 6 additions and 6 deletions

View File

@ -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++) {