diff --git a/docs/cli_pinout.rst b/docs/cli_pinout.rst index fadf6d6..dddc2d7 100644 --- a/docs/cli_pinout.rst +++ b/docs/cli_pinout.rst @@ -123,11 +123,13 @@ To manually specify the revision of Pi you want to query, use $ pinout -r 000d -Or new-style `revision codes`_ (such as for the Pi Zero): +Or new-style `revision codes`_ (such as for the Pi Zero W): .. code-block:: console - $ pinout -r 900093 + $ pinout -r 9000c1 + +.. image:: images/pinout_pizero_w.png You can also use the tool with :doc:`remote_gpio` to query remote Raspberry Pi's: diff --git a/docs/images/pinout_pizero_w.png b/docs/images/pinout_pizero_w.png new file mode 100644 index 0000000..b5940e7 Binary files /dev/null and b/docs/images/pinout_pizero_w.png differ