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

# Functions

CheckForPdeFiles returns all files ending with .pde extension in sketch, this is mainly used to warn the user that these files must be changed to .ino extension.
LoadProjectFile reads a sketch project file.
New creates an Sketch instance by reading all the files composing a sketch and grouping them by file type.

# Structs

InvalidSketchFolderNameError is returned when the sketch directory doesn't match the sketch name.
Profile is a sketch profile, it contains a reference to all the resources needed to build and upload a sketch.
ProfileLibraryReference is a reference to a library.
ProfilePlatformReference is a reference to a platform.
Project represents the sketch project file.
Sketch holds all the files composing a sketch.

# Type aliases

ProfileRequiredLibraries is a list of ProfileLibraryReference (libraries required to build the sketch using this profile).
ProfileRequiredPlatforms is a list of ProfilePlatformReference (platforms required to build the sketch using this profile).
Profiles are a list of Profile.