write_board_manifest_yaml | R Documentation |
This is a low-level function that powers write_board_manifest()
. It is
needed primarily for folks developing new board types, and should not
generally be called directly.
write_board_manifest_yaml(board, manifest, ...)
board |
A pin board that is not read-only. |
manifest |
Contents to be written to the manifest file, as a list. |
... |
Additional arguments passed on to methods for a specific board. |
write_board_manifest_yaml()
is called for its side-effect of
writing a manifest YAML file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.