custom-boards: Custom Boards

Description Usage Arguments

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
board_pin_create(board, path, name, description, type, metadata)

board_initialize(board, ...)

board_pin_get(board, name, details)

board_pin_remove(board, name)

board_pin_find(board, text, ...)

board_local_storage(component)

board_load(board)

board_persist(board)

board_info(board)

board_pin_store(board, path, name, description, type, metadata)

Arguments

x

A local file path or an object. Boards must support storing both.


javierluraschi/pins documentation built on July 15, 2019, 1:21 p.m.