The Battery device makes it possible to get the
current battery level.
myBattery = new Battery();
In TriBot.ini :
battery = new Battery();
The Beeper device makes it possible to emit
customized beeps from the NXT speaker.
myBeeper = new Beeper();
In TriBot.ini :
beeper = new Beeper();