mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-23 22:53:58 -06:00
Cosmetic tweaks
This commit is contained in:
parent
f409147116
commit
ba8bc7ea80
4 changed files with 6 additions and 6 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue