-
-
Notifications
You must be signed in to change notification settings - Fork 398
Turn Sketch commands into builder API functions #265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent job, totally endorsing the API approach instead of the OO "command" approach that can affect the understanding of how the builder modules work.
@ArduinoBot build this please |
✅ Build completed. ⬇️ Linux 64: ⬇️ Linux 32: ⬇️ Linux ARM: ⬇️ Windows: ⬇️ OSX: ℹ️ To test this build:
|
✅ Build completed. ⬇️ Linux 64: ⬇️ Linux 32: ⬇️ Linux ARM: ⬇️ Windows: ⬇️ OSX: ℹ️ To test this build:
|
Turn Sketch commands into builder API functions
Removed the following commands:
SketchSaver
SketchLoader
SketchSourceMerger
Added the following APIs:
arduino.builder.SaveSketchItemCpp
arduino.builder.LoadSketch
arduino.builder.MergeSketchSources
Packages added:
arduino.globals
to define global const valuesarduino.sketch
to hold sketch types, will eventually include and supersedearduino.sketches