custom-boards: Custom Boards

board_pin_createR Documentation

Custom Boards

Description

Family of functions meant to be used to implement custom boards extensions, not to be used by users.

Usage

board_pin_create(board, path, name, metadata, ...)

board_initialize(board, ...)

board_browse(board, ...)

board_desc(board, ...)

board_pin_get(board, name, ...)

board_pin_remove(board, name, ...)

board_pin_find(board, text, ...)

board_pin_versions(board, name, ...)

Arguments

board

The board to extend, retrieved with board_get().

path

The path to store as a pin.

name

The name of the pin.

metadata

A list of metadata associated with this pin.

...

Additional parameters.

text

The text pattern to find a pin.


pins documentation built on Nov. 10, 2023, 1:06 a.m.