|
Arduino-FVM
Byte Token Threaded Forth Virtual Machine (FVM) for Arduino
|
#include "FVM.h"
Go to the source code of this file.
Functions | |
| FVM_OP (YIELD) | |
| FVM_OP (BRANCH) | |
| void | setup () |
| void | loop () |
Variables | |
| FVM::Task< 32, 16 > | task (Serial, SKETCH_CODE) |
| FVM | fvm |
| FVM_OP | ( | YIELD | ) |
| FVM_OP | ( | BRANCH | ) |
| FVM::Task<32,16> task(Serial, SKETCH_CODE) |