package
0.0.6
Repository: https://github.com/jacoblai/arduino-cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

FromRPCLibraryInstallLocation converts a rpc.LibraryInstallLocation to a LibraryLocation.
FromRPCLibraryLocation converts a rpc.LibraryLocation to a LibraryLocation.
Load loads a library from the given LibraryLocation.

# Constants

FlatLayout is a library without a `src` directory.
IDEBuiltIn are libraries bundled in the IDE.
PlatformBuiltIn are libraries bundled in a PlatformRelease.
RecursiveLayout is a library with `src` directory (that allows recursive build).
ReferencedPlatformBuiltIn are libraries bundled in a PlatformRelease referenced for build.
Unmanaged is for libraries set manually by the user in the CLI command or from the gRPC function.
User are user installed libraries.

# Variables

MandatoryProperties FIXMEDOC.
OptionalProperties FIXMEDOC.
ValidCategories FIXMEDOC.

# Structs

Library represents a library in the system.
SourceDir represents a source dir of a library.

# Type aliases

LibraryLayout represents how the library source code is laid out in the library.
LibraryLocation represents where the library is installed.
List is a list of Libraries.