di ( -- )
published: 29 January 2023 / updated 31 January 2023
vocabulary: forth
Disable interrupts.
Example:
: tempo ( ---) 3000 for next ; : int-action ( ---) di \ disable interrupt tempo LED.toggle tempo ei ;i
published: 29 January 2023 / updated 31 January 2023
vocabulary: forth
Disable interrupts.
: tempo ( ---) 3000 for next ; : int-action ( ---) di \ disable interrupt tempo LED.toggle tempo ei ;i