Uses of Class
com.dexterind.gopigo.components.Board

Packages that use Board
com.dexterind.gopigo   
com.dexterind.gopigo.behaviours   
com.dexterind.gopigo.components   
 

Uses of Board in com.dexterind.gopigo
 

Fields in com.dexterind.gopigo declared as Board
 Board Gopigo.board
          The main object which handles the methods to get access to the resources connected to the board.
 

Uses of Board in com.dexterind.gopigo.behaviours
 

Fields in com.dexterind.gopigo.behaviours declared as Board
private static Board Motion.board
          The main object which handles the methods to get access to the resources connected to the board.
 

Uses of Board in com.dexterind.gopigo.components
 

Fields in com.dexterind.gopigo.components declared as Board
private static Board IRReceiverSensor.board
          The main object which handles the methods to get access to the resources connected to the board.
private static Board Led.board
          The main object which handles the methods to get access to the resources connected to the board.
private static Board UltraSonicSensor.board
          The main object which handles the methods to get access to the resources connected to the board.
private static Board Servo.board
          The main object which handles the methods to get access to the resources connected to the board.
private static Board Encoders.board
          The main object which handles the methods to get access to the resources connected to the board.
private static Board Motor.board
          The main object which handles the methods to get access to the resources connected to the board.
private static Board Board.instance
          The instance of the current object.
 

Methods in com.dexterind.gopigo.components that return Board
static Board Board.getInstance()
          Provides a global point of access to the Board instance.