https://github.com/CharleyShattuck/myforth-arduino
A simple, non-standard, tethered Forth for the Arduino; including several steno keyboard applications, the most recent of which is stenomod16. The same firmware was used by the original TinyMod, but has been replaced with C code in order to use USB HID.
https://github.com/CharleyShattuck/myforth-arduino
forth steno-keyboard-application
Last synced: 12 months ago
JSON representation
A simple, non-standard, tethered Forth for the Arduino; including several steno keyboard applications, the most recent of which is stenomod16. The same firmware was used by the original TinyMod, but has been replaced with C code in order to use USB HID.
- Host: GitHub
- URL: https://github.com/CharleyShattuck/myforth-arduino
- Owner: CharleyShattuck
- Created: 2015-03-21T22:45:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T00:26:10.000Z (about 5 years ago)
- Last Synced: 2024-02-29T03:10:14.391Z (over 2 years ago)
- Topics: forth, steno-keyboard-application
- Language: Forth
- Homepage:
- Size: 2.31 MB
- Stars: 47
- Watchers: 13
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: change.log
Awesome Lists containing this project
README
# myforth-arduino
A simple, non-standard, tethered Forth for the Arduino, includes a steno keyboard application.
I think myforth-arduino is stable now. I have decided to leave "if", "while", and "until" as they are. That is, they do not pop the stack. I've added "if/", "while/", and "until/" which do pop the stack as expected from classic Forth.
Stenomod16 is the most current firmware for stenomod keyboards. The other versions are there for historical reference.