Skip to content

Commit

Permalink
Add pinout diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
basejumpa committed Jul 10, 2024
1 parent 01726d6 commit 17df5f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/03-construction-phase/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@

Konstruktionsphase
##################

Die Position von Servos und die Geschwindigkeit von Motoren wird über deren Eingangsspannung eingestellt. Der Arduino kann die Spannung eines Ausgangs über eine sogenannte Puls-Weiten-Modulation (PWM) zwischen 0V und 5V variieren. Nur die Pins 3, 5, 6, 9, 10, 11 können eine PWM, die anderen können nur eingeschaltet (Spannung gleich 5V) oder ausgeschaltet (Spannung gleich 0V) sein. Die Kurven-Symbole im :ref:`fig-arduino-pinout` bedeuten "kann auch PWM".

.. _fig-arduino-pinout:

.. figure:: _figures/arduino_nano_v3__pinout.png

Arduino Nano v3 Pinout

0 comments on commit 17df5f4

Please sign in to comment.