Electronic – mistake in this microcontroller schematic

schematics

I was looking at the eagle schematic for a project and something caught my eye. Take a look at reset button on this schematic (From https://www.arduino.cc/en/uploads/Main/Arduino-Pro-Mini-schematic.pdf):

Why is there the VCC right in front of the Atmega328P? Doesn't this indicate that there will be a shortcircuit (VCC – GND) whenever the reset button is pressed?

What makes more sense to me the same line connected to VCC via R2. This way power is dissipated through the resistor whenever the reset button is pressed. By why the other VCC?

Best Answer

enter image description here

Figure 1. The red circles (e.g., number 1) show connections between 'wires'. The green circle (number 2) shows wires crossing without connection.

schematic

simulate this circuit – Schematic created using CircuitLab

Other schematics including the built-in CircuitLab schematic editor use a semi-circular loop at non-connected crossing points.

Figure 2. The CircuitLab standard.


@Neil_UK adds, "you might add, that's why we hate the 4 way crossing as in the red (1), because dots don't always survive copying/transcription/ink blots."

enter image description here

Figure 3. Wikipedia's Circuit diagram article gives further details on this matter.

enter image description here

Figure 4. Meanwhile, over at Dummies.com we find another set ...

The nice thing about standards is that you have so many to choose from. (Andrew S. Tanembaum).