|
Arduino-FVM
Byte Token Threaded Forth Virtual Machine (FVM) for Arduino
|
#include "FVM.h"
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) |
| const FVM::code_t SKETCH_CODE[] |
| FVM::Task<32,16> task(Serial, SKETCH_CODE) |