Versions in this module Expand all Collapse all v0 v0.0.1 Dec 11, 2023 Changes in this version + var DebugPreprocessor bool + func GCC(sourceFilePath *paths.Path, targetFilePath *paths.Path, ...) ([]byte, []byte, error) + func PreprocessSketchWithArduinoPreprocessor(sk *sketch.Sketch, buildPath *paths.Path, includeFolders paths.PathList, ...) ([]byte, []byte, error) + func PreprocessSketchWithCtags(sketch *sketch.Sketch, buildPath *paths.Path, includes paths.PathList, ...) ([]byte, []byte, error) + func RunCTags(sourceFile *paths.Path, buildProperties *properties.Map) ([]byte, []byte, error)