Archive for month: June, 2009

sprintf() on the PIC 10/12/16 Series

19 June, 2009 (18:27) | PIC, Tutorials | By: Joshua

I mentioned sprintf() briefly in my post about communicating between your PIC and the computer but have since learned a couple things I think others could benefit from. So this is going to be a kinda hodge-podge post.
First, I threw together a quick function that will take any number, convert it to ASCII, [...]