Family of functions meant to be used to implement custom pin extensions, not to be used by users.
board_pin_store(board, path, name, description, type, metadata, ...)
The board to extended, retrieved with board_get()
.
The path to store.
The name of the pin.
The text patteren to find a pin.
The type of pin being stored.
A list containing additional metadata desecribing the pin.
Additional parameteres.