|
nanoFORTH
v2.2
|
nanoFORTH example - 4 digit 7-segment display More...
#include "src/nanoFORTH.h"
Functions | |
| void | setup () |
| void | loop () |
Variables | |
| const char code[] | PROGMEM |
nanoFORTH example - 4 digit 7-segment display
Assuming you have a 12-pin 4 digit 7-segment LED hooked up as following
How To: Open Serial Monitor (or your favorate terminal emulator) as the console input to nanoFORTH
WRD 1 TME
| void setup | ( | ) |
< init Serial Monitor
| void loop | ( | ) |
< execute VM of our NanoForth instance
| const char code [] PROGMEM |