i agree to see the whole thing.

I find something strange here...
Code:
for loop = 1 to 10 ; If the battery voltage is low
high led ; Flash the LED 10 times
Pause 500 ; at a rate discernable from the
low led ; transmit LED flash rate
next
There's something missing... a simple pause after the Low LED.