gpioASM is an assembler made for creating simple IO-dependant programs to run on microcontrollers.
Examples would be blink an led
, power a motor until an endstop is reached
, toggle an LED with a button press
, turn a stepper motor until a hall sensor is triggered
and many more.
Alternatively to
- sending an ON signal
- waiting for a certain amount of time
- sending an OFF signal hoping for the connection to still be instact and the delay being precise enough
you can, using this, compile these steps into a tiny program and send the program to the uC.
TOC: