From fb3c5c31322d1e220eb693d04d7ec0b097bfd5ca Mon Sep 17 00:00:00 2001 From: JessamyT <75634662+JessamyT@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:57:13 -0800 Subject: [PATCH] DOCS-1538: Provide module pin number guidance (#2375) --- docs/registry/create/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/registry/create/_index.md b/docs/registry/create/_index.md index 70127b7c67..7d1dcb99a2 100644 --- a/docs/registry/create/_index.md +++ b/docs/registry/create/_index.md @@ -145,6 +145,12 @@ For more information see [Naming your model](/registry/upload/#naming-your-model {{% /alert %}} +{{% alert title="Note: Pin numbers" color="note" %}} + +If your module references {{< glossary_tooltip term_id="pin-number" text="pin numbers" >}}, please use physical board pin numbers, _not_ GPIO (BCM) numbers, to maintain consistency across {{< glossary_tooltip term_id="resource" text="resources" >}} from different sources. + +{{% /alert %}} + {{< tabs >}} {{% tab name="Python" %}}