We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello can anyone please give me a program to generate external interrupts 0 and 1 on a dc motor?
Sure:
void main(void) { dcmotor_generate_interrupt(0); dcmotor_generate_interrupt(1); }