Arduino-FVM
Byte Token Threaded Forth Virtual Machine (FVM) for Arduino
|
#include "FVM.h"
Go to the source code of this file.
Macros | |
#define | MEASURE |
#define | BLINK_SKETCH |
#define | BLINK_TRACE |
#define | BLINK_RUN |
#define | CODE_GENERATED |
Functions | |
void | setup () |
void | loop () |
Variables | |
const char | WORD0_PSTR [] = "OUTPUT" |
const FVM::const_t | WORD0_CONST [] |
const char | WORD1_PSTR [] = "LED" |
const FVM::const_t | WORD1_CONST [] |
const char | WORD2_PSTR [] = "blink" |
const FVM::code_t | WORD2_CODE [] |
const char | WORD3_PSTR [] = "sketch" |
const FVM::code_t | WORD3_CODE [] |
FVM::Task< 32, 16 > | task (Serial, WORD3_CODE) |
FVM | fvm |
FVM::Task<32,16> task(Serial, WORD3_CODE) |
const FVM::const_t WORD0_CONST[] |
const FVM::const_t WORD1_CONST[] |
const FVM::code_t WORD2_CODE[] |
const FVM::code_t WORD3_CODE[] |