Arduino Nano Pinout for A6 and A7

Basic Information:

Printer Model:
MCU / Printerboard:
klippy.log

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

Just a quick question. What are the Pins A6 and A7 called on an Arduino Nano? I tried ADC[7], ADC7, PA7 and just A7. Nothing worked. From A0 to A5 I find good documentation what they are refered to as, but not for A6 and A7. Is it, because Klipper is actually set up for a normal Arduino Uno?

Toni

You have to know which integrated device it has, that is, possibly an ATMEGA328P, and from there look for the AVR pins of that integrated device.

something like this, but for your integrated, example: analog 3 in klipper it would be PC3

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.