nanoFORTH  v2.2
nanoFORTH.h File Reference

nanoForth Arduino interface More...

This graph shows which files directly or indirectly include this file:

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 ()
 

Detailed Description

nanoForth Arduino interface

Function Documentation

◆ n4_setup()

void n4_setup ( const char *  code = 0,
Stream &  io = Serial,
int  ucase = 0 
)

◆ n4_api()

void n4_api ( int  i,
void(*)()  fp 
)

◆ n4_push()

void n4_push ( int  v)

VM proxy functions

◆ n4_pop()

int n4_pop ( )

◆ n4_run()

void n4_run ( )