VEX IQ C++ API
Classes | Public Member Functions | Public Attributes | List of all members
vex::brain Class Reference

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...
 
buttonButtonCheck = buttonCheck
 A button that represents the Check Mark button on the Brain. More...
 
buttonButtonUp = buttonUp
 A button that represents the Up button on the Brain. More...
 
buttonButtonDown = buttonDown
 A button that represents the Down button on the Brain. More...
 
sound Sound
 Internal speaker that can play notes, waves and melodies. More...
 

Detailed Description

Sound effects when playing sounds.

Use the brain class to see battery information, or write to the Screen.

Constructor & Destructor Documentation

◆ brain()

vex::brain::brain ( )
inline

Creates a new brain object. Only one brain instance is required.

◆ ~brain()

vex::brain::~brain ( )
inline

Member Data Documentation

◆ Screen

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

battery vex::brain::Battery

This is the Brain's instance of the battery.

◆ ButtonCheck

button& vex::brain::ButtonCheck = buttonCheck

A button that represents the Check Mark button on the Brain.

◆ ButtonUp

button& vex::brain::ButtonUp = buttonUp

A button that represents the Up button on the Brain.

◆ ButtonDown

button& vex::brain::ButtonDown = buttonDown

A button that represents the Down button on the Brain.

◆ Sound

sound vex::brain::Sound

Internal speaker that can play notes, waves and melodies.