arduino / docs-content

Arduino documentation (docs.arduino.cc)
https://docs.arduino.cc/
Creative Commons Attribution Share Alike 4.0 International
156 stars 366 forks source link

ShiftOut example only partly fixed [MKC-548] #384

Open ghost opened 6 years ago

ghost commented 6 years ago

The capacitor on the latch pin(s) has finally been moved to the VCC pin, but only on the circuit diagrams. The six breadboard views still have the capacitor wrongly showing on the latch line. Maybe another 9 years needed to fix that.

Digital chips only need 100nF decoupling (per chip). The 10uF value shown is overkill. Leo..

per1234 commented 6 years ago

The page in question: https://www.arduino.cc/en/Tutorial/ShiftOut

The previous issue report: https://github.com/arduino/Arduino/issues/6433