Logo
Explore Help
Register Sign In
fengqi/lv_micropython
1
0
Fork 0
You've already forked lv_micropython
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
lv_micropython/stm/pyexec.h

6 lines
142 B
C
Raw Normal View History

stm: Put REPL functions in own file; add raw REPL mode. Raw REPL mode is activated by CTRL-A, and allows you to more easily communicate with the pyboard over the serial channel. In particular, automated communication using, eg, pyserial on the PC side.
2014-02-16 21:36:03 +00:00
void pyexec_raw_repl(void);
void pyexec_repl(void);
bool pyexec_file(const char *filename);
stm: Put pyb module in ROM.
2014-03-08 16:40:08 +00:00
MP_DECLARE_CONST_FUN_OBJ(pyb_set_repl_info_obj);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 29ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API