About 3 years ago i was working on a project that needed a 7 segment display. At that time i was just learning PIC 8-bit mcu's, MPLABX, XC8 and C in general. A lot at once. I put a Mock up of what I wanted together and wrote some code. Took me a few weeks but I had it working.
I used MCC, and the code was generated across 4-5 files. Below I'll try to pull all the related code out of each file so that I'm not uploading 20 pages of code for what could have been much simpler.
At the time...
Functions to operate a 7 Segment display on a PIC Controller
I used MCC, and the code was generated across 4-5 files. Below I'll try to pull all the related code out of each file so that I'm not uploading 20 pages of code for what could have been much simpler.
At the time...
Functions to operate a 7 Segment display on a PIC Controller