All the features you would want in a beginner Vex V5 program... and then some!
calibrateGyro()
calibrateGyro();
Methods:
Get Current Logging Setting:
getLogToFile()
true
if enabled, false
otherwise.
Set Logging Configuration:
setLogToFile(bool logToFile)
logToFile
(type: bool) - Set it to
true
to enable logging and false
to disable.
ctrl1BttnPressed()
ctrl1BttnPressed();
getUserOption()
std::string value = getUserOption("Choose a setting", {"Option 1", "Option 2"});
startGifPlayer()
loghandler()
motorMonitor()
sdCardCompatible()