int x; task main() { while (true) { x = BatteryLevel(); SetUserDisplay(x,0); } } /* vim:ts=4:si:ai:sw=4 */