I plan to use my Arduino Pro Mini 5V/16MHz in a RC plane for live telemetry (gps) link (my receiver has input for serial datastream).
I want to use a 2s lipo. The lipo will be monitored from the Arduino (with voltage divider).
Now I'm searching for an easy way to cut the voltage from the arduino if the lipo is under a specific voltage.
I also want to use the arduino standalone as a GPS-Logger with the 2s lipo,
but i want destroy the battery.
It should cut-off the voltage without an reaction of the user.
I wouldn't try using the Arduino as a lipo cutoff to itself. You could use it to put the Arduino to sleep, but if you want to cut power to the Arduino completely, just use a dedicated lipo circuit.
A quick google for lipo cutoff circuit should provide you with a whole variety of circuits available, most a fairly simple, using only a handful of components.
If the one above doesn't suit your needs or voltage you could make one out of an op-amp (LM358), a Zenner diode and a few resistors. You could set your own cutoff voltage then.