Newbie here... Debug for Existing Library

Can you add serial.print statements to an existing library to aid in debug?
Methods for debugging Libraries?
Thanks… …Lynn…

Yes, that’s possible. Why shouldn’t it, it’s just like any other code :smiley:

Also depending on the exact chip you’re working with, you can connect a debugging probe to the device and utilize step-by-step debugging, as documented.