Add "ion.battery()" for obtain the current voltage of the battery

Ion.battery() return a float with the current battery voltage

TODO : Update the translation of the toolbox (only FR and EN currently)
This commit is contained in:
FaustinM
2021-06-23 16:57:42 +02:00
parent 80587f35f1
commit cf9142b5a2
15 changed files with 25 additions and 3 deletions

View File

@@ -85,6 +85,7 @@ PythonIonFunction = "ion module voorvoegsel"
PythonIsFinite = "Controleer of x eindig is"
PythonIsInfinite = "Controleer of x oneindig is"
PythonIsKeyDown = "Geef True als k toets omlaag is"
PythonBattery = "Return battery voltage"
PythonIsNaN = "Controleer of x geen getal is"
PythonKandinskyFunction = "kandinsky module voorvoegsel"
PythonLdexp = "Geeft x*(2**i), inversie van frexp"