Hi All
I am just new to lejos and I am currently working through the tutorials,
when I compile the BatteryLow class I keep getting the following error.
BatteryLow java21 cannot resolve symbol
symbol method getBatteryPower()
location class josx.platform.rcx.ROM
float voltLevel = (ROM.getBatteryPower() * 10 /355);
Could any one please explain to me why this is happening and also how the battery voltage is calculated with the formula
(ROM.getBatteryPower() * 10 /355);
Thank
Tray
