-
- Downloads
feat(config): Add micropython interface the the config file
This allows to read and write strings to the config file.
parent
1c94049b
No related branches found
No related tags found
Showing
- pycardium/meson.build 1 addition, 0 deletionspycardium/meson.build
- pycardium/modules/py/config.py 9 additions, 0 deletionspycardium/modules/py/config.py
- pycardium/modules/py/meson.build 1 addition, 0 deletionspycardium/modules/py/meson.build
- pycardium/modules/qstrdefs.h 4 additions, 0 deletionspycardium/modules/qstrdefs.h
- pycardium/modules/sys_config.c 74 additions, 0 deletionspycardium/modules/sys_config.c
- pycardium/mpconfigport.h 1 addition, 0 deletionspycardium/mpconfigport.h
pycardium/modules/py/config.py
0 → 100644
pycardium/modules/sys_config.c
0 → 100644
Please register or sign in to comment