Releases: asimonson1125/VEXcode-Button-Generator
Releases · asimonson1125/VEXcode-Button-Generator
Original Release
This is the initial release with all of the functions in the original outline.
This is going to be the only release unless additional functions are suggested/added or if a serious bug is found.
In this release:
The Template: copy this to start a new vexcode project with the generator all set.
The Example Auton Selector: copy this as a reference for how to use the generator and as an example of some of its capabilities.
The Lone Header:. This file is here for those who already have a project and wish to add the generator to it. Simply import the file into the include directory and #include it in any files you intend to use it in. (include with #include "ButtonClass.h"
)