Files
Upsilon/python/port/mod/ion/modion.h
FaustinM cf9142b5a2 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)
2021-06-23 16:57:42 +02:00

5 lines
135 B
C

#include <py/obj.h>
mp_obj_t modion_keyboard_keydown(mp_obj_t key_o);
mp_obj_t modion_battery();
extern const mp_obj_type_t file_type;