|
Arduino-FVM
Byte Token Threaded Forth Virtual Machine (FVM) for Arduino
|
#include <FVM.h>
Go to the source code of this file.
Macros | |
| #define | USE_TRACE |
Functions | |
| FVM_CONSTANT (0, OUTPUT_MODE,"OUTPUT", 1) | |
| FVM_CALL (OUTPUT_MODE) | |
| FVM_OP (OVER) | |
| FVM_OP (PINMODE) | |
| FVM_OP (DUP) | |
| FVM_OP (DIGITALTOGGLE) | |
| FVM_OP (DELAY) | |
| FVM_OP (BRANCH) | |
| void | setup () |
| void | loop () |
Variables | |
| FVM::Task< 16, 8 > | task1 (Serial) |
| FVM::Task< 16, 8 > | task2 (Serial) |
| FVM | fvm |
| #define USE_TRACE |
Definition at line 31 of file MultiBlink.ino.
| FVM_CALL | ( | OUTPUT_MODE | ) |
| FVM_CONSTANT | ( | 0 | , |
| OUTPUT_MODE | , | ||
| "OUTPUT" | , | ||
| 1 | |||
| ) |
| FVM_OP | ( | OVER | ) |
| FVM_OP | ( | PINMODE | ) |
| FVM_OP | ( | DUP | ) |
| FVM_OP | ( | DIGITALTOGGLE | ) |
| FVM_OP | ( | DELAY | ) |
| FVM_OP | ( | BRANCH | ) |
| void loop | ( | ) |
Definition at line 90 of file MultiBlink.ino.
| void setup | ( | ) |
Definition at line 69 of file MultiBlink.ino.
| FVM fvm |
Definition at line 67 of file MultiBlink.ino.
| FVM::Task<16,8> task1(Serial) |
| FVM::Task<16,8> task2(Serial) |