Arduino-FVM
Byte Token Threaded Forth Virtual Machine (FVM) for Arduino
Demo.ino File Reference
#include "FVM.h"
Include dependency graph for Demo.ino:

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 

Variables

const int SKETCH_FN = 0
 
const char SKETCH_PSTR [] = "sketch"
 
const FVM::code_t SKETCH_CODE []
 
FVM fvm
 
FVM::Task< 32, 16 > task (Serial, SKETCH_CODE)
 

Function Documentation

void loop ( )

Definition at line 229 of file Demo.ino.

void setup ( )

Definition at line 219 of file Demo.ino.

Variable Documentation

FVM fvm

Definition at line 216 of file Demo.ino.

const FVM::code_t SKETCH_CODE[]

Definition at line 31 of file Demo.ino.

const int SKETCH_FN = 0

Definition at line 29 of file Demo.ino.

const char SKETCH_PSTR[] = "sketch"

Definition at line 30 of file Demo.ino.

FVM::Task<32,16> task(Serial, SKETCH_CODE)