|
nanoFORTH
v2.2
|
nanoForth Arduino interface More...

Go to the source code of this file.
Functions | |
| void | n4_setup (const char *code=0, Stream &io=Serial, int ucase=0) |
| void | n4_api (int i, void(*fp)()) |
| void | n4_push (int v) |
| int | n4_pop () |
| void | n4_run () |
nanoForth Arduino interface
| void n4_setup | ( | const char * | code = 0, |
| Stream & | io = Serial, |
||
| int | ucase = 0 |
||
| ) |
| void n4_api | ( | int | i, |
| void(*)() | fp | ||
| ) |
| void n4_push | ( | int | v | ) |
VM proxy functions
| int n4_pop | ( | ) |
| void n4_run | ( | ) |