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.
7 years, 7 months ago.
Is there any way to use USBSerial/printf and a USBMouse at the same time?
Hey everyone, it seems like when I include both USBMouse.h into my code, printfs seem to stop working. Is there any way to allow USB Mouse control and printfs to work simultaneously? Thanks!
1 Answer
7 years, 7 months ago.
It is possible to have a USBSerial and a USBMouse over the same USB port (at least I think so). However that is not simply a matter of just including both libraries, you need to have one composite library, and don't ask me how to do it :).