An open API service indexing awesome lists of open source software.

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.

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.