VEX V5 C++ API
Classes | Namespaces | Macros
vex_brain.h File Reference

V5 brain class header. More...

Classes

class  vex::brain
 Use the brain class to see battery information, SD card information, or write to the Screen. More...
 
class  vex::brain::lcd
 Use this class to write or draw to the brain's LCD screen. More...
 
class  vex::brain::battery
 Use the battery class to see information about the battery. More...
 
class  vex::brain::serial
 
class  vex::brain::sdcard
 Use the SD Card class to load or save files on your SD card. More...
 

Namespaces

 vex
 device class
 

Macros

#define FONT_MONO_CELL_WIDTH   10
 
#define FONT_MONO_CELL_HEIGHT   20
 
#define FONT_MONO_CELL_BASE   4
 
#define FONT_PROP_CELL_WIDTH   10
 
#define FONT_PROP_CELL_HEIGHT   20
 
#define FONT_PROP_CELL_BASE   4
 

Detailed Description

V5 brain class header.

Macro Definition Documentation

◆ FONT_MONO_CELL_WIDTH

#define FONT_MONO_CELL_WIDTH   10

◆ FONT_MONO_CELL_HEIGHT

#define FONT_MONO_CELL_HEIGHT   20

◆ FONT_MONO_CELL_BASE

#define FONT_MONO_CELL_BASE   4

◆ FONT_PROP_CELL_WIDTH

#define FONT_PROP_CELL_WIDTH   10

◆ FONT_PROP_CELL_HEIGHT

#define FONT_PROP_CELL_HEIGHT   20

◆ FONT_PROP_CELL_BASE

#define FONT_PROP_CELL_BASE   4