 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package projecttype defines the Arduino project types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type int
Type is the type for Arduino project types.
const ( // Sketch is used for Arduino sketch projects. Sketch Type = iota // sketch // Library is used for Arduino library projects. Library // library // Platform is used for Arduino boards platform projects. Platform // platform // PackageIndex is used for Arduino package index projects. PackageIndex // package-index // All is the catch-all for all supported Arduino project types. All // all // Not is the project type used when an Arduino project was not detected. Not // N/A )
func FromString ¶
FromString parses the --project-type flag value and returns the corresponding project type.
 Click to show internal directories. 
   Click to hide internal directories.