You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this forum post, a user was confused that the logical pin (D8) was appearing on their device page while the pin appearing on the silkscreen (that they plugged a NeoPixel into) does not appear.
We should revise the board definition format to include 3 fields:
name (GPIO name, required)
silkscreenName (A pin's name on the product's silkscreen if different from name, optional)
componentName (Used by pins connected to components built into a board such as a button or a LED, optional)
We will also need to remove any names from the componentName as Loren can programmatically include them in places as needed.
The text was updated successfully, but these errors were encountered:
In this forum post, a user was confused that the logical pin (D8) was appearing on their device page while the pin appearing on the silkscreen (that they plugged a NeoPixel into) does not appear.
We should revise the board definition format to include 3 fields:
name
(GPIO name, required)silkscreenName
(A pin's name on the product's silkscreen if different fromname
, optional)componentName
(Used by pins connected to components built into a board such as a button or a LED, optional)We will also need to remove any
names
from thecomponentName
as Loren can programmatically include them in places as needed.The text was updated successfully, but these errors were encountered: