Software development in Forth is about “growing” the tools you need as you go along. Over time, you will end up with a set of “words” that are tailored for a specific task. Some words will end up being more reusable than others - there’s no need to aim for generality: it’ll happen all by itself!
Digital I/O Let’s start with some examples for controlling GPIO pins on an STM32F103:
↧