Raspberry Pi pinout

From KlavoWiki
Revision as of 22:56, 13 April 2018 by David (talk | contribs) (Created page with "The pinout utility will show you all the hardware specification of your Pi along with the mapping of the GPIO ports. <pre> apt-get -y install python3-gpiozero </pre> <pre> p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The pinout utility will show you all the hardware specification of your Pi along with the mapping of the GPIO ports.

apt-get -y install python3-gpiozero
pinout

Example