|
In lugnet.robotics.rcx.pbforth, Alexander Cech writes:
> For example
> : IsISRFree? 'UserISR ['] NoOp = IF ;
This should be
: IsISRFree? 'UserISR ['] NoOp = ;
of course.
|
|
Message is in Reply To:
| | Re: Aborting from ISR
|
| (...) To remove your program from the UserISR just set 'UserISR to ['] NoOp - or even better: to the previously stored old value. (...) Yes, you just have to read the current value of 'UserISR. If no other program is hooked to the ISR this is the (...) (22 years ago, 14-Jul-02, to lugnet.robotics.rcx.pbforth)
|
10 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|