Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 1 month ago.
F103RB multiple interrupts
Hello, everyone.
My goal is to acquire data using interrupts with two incremental encoders. However, only one of the interrupts is activated when multiple declaration is made.
Please show me a clear way to this problem
InterruptIn left_encoder(PD_2); InterruptIn right_encoder(PB_2);