caac542b23
Comes with some refactoring of code and renaming of files. All modules are now named mod*.[ch].
5 lines
151 B
C
5 lines
151 B
C
void mp_module_init(void);
|
|
void mp_module_deinit(void);
|
|
mp_obj_t mp_module_get(qstr module_name);
|
|
void mp_module_register(qstr qstr, mp_obj_t module);
|