mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Ion.battery() return a float with the current battery voltage TODO : Update the translation of the toolbox (only FR and EN currently)
5 lines
135 B
C
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; |