VEX IQ C++ API
|
Sound effects when playing sounds. More...
Classes | |
class | battery |
Use the battery class to see information about the battery. More... | |
class | button |
Use the button class to get values from the brain's buttons. More... | |
class | lcd |
Use this class to write or draw to the brain's LCD screen. 21 characters wide 5 lines (1-5) More... | |
class | sound |
Public Member Functions | |
brain () | |
Creates a new brain object. Only one brain instance is required. More... | |
~brain () | |
Public Attributes | |
lcd | Screen |
Use the Screen class to write or draw to the screen. More... | |
battery | Battery |
This is the Brain's instance of the battery. More... | |
button & | ButtonCheck = buttonCheck |
A button that represents the Check Mark button on the Brain. More... | |
button & | ButtonUp = buttonUp |
A button that represents the Up button on the Brain. More... | |
button & | ButtonDown = buttonDown |
A button that represents the Down button on the Brain. More... | |
sound | Sound |
Internal speaker that can play notes, waves and melodies. More... | |
Sound effects when playing sounds.
Use the brain class to see battery information, or write to the Screen.
|
inline |
Creates a new brain object. Only one brain instance is required.
|
inline |
lcd vex::brain::Screen |
Use the Screen class to write or draw to the screen.
The LCD screen has a resolution of 480x240 pixels
battery vex::brain::Battery |
This is the Brain's instance of the battery.
button& vex::brain::ButtonCheck = buttonCheck |
A button that represents the Check Mark button on the Brain.
button& vex::brain::ButtonUp = buttonUp |
A button that represents the Up button on the Brain.
button& vex::brain::ButtonDown = buttonDown |
A button that represents the Down button on the Brain.
sound vex::brain::Sound |
Internal speaker that can play notes, waves and melodies.