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

@@ -111,5 +111,4 @@ mp_obj_t modos_listdir(void) {
}
return list;
}
}