|
|
|
|
|
by frompdx
1338 days ago
|
|
For fun, programming microcontrollers with Forth. Personally, I find programming an Arduino Uno with Froth much more enjoyable than using the Arduino IDE. You can issue commands from your terminal to your microcontroller to test out different bits of your code. For example, the word "start" starts a motor and the word "stop" stops it. No need to recompile your code. For work, I like the infrastructure as code space. Bringing order to chaos. |
|