Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSketchFromPath ¶
NewSketchFromPath loads a sketch from the specified path
Types ¶
type BoardMetadata ¶
BoardMetadata represents the board metadata for the sketch
type Sketch ¶
type Sketch struct { Name string Path string BoardMetadata *BoardMetadata `json:"board"` }
Sketch is a sketch for Arduino
type SketchBook ¶
type SketchBook struct {
Path *paths.Path
}
SketchBook is a sketchbook
func NewSketchBook ¶
func NewSketchBook(path *paths.Path) *SketchBook
NewSketchBook returns a new SketchBook object
Click to show internal directories.
Click to hide internal directories.