pic-resources
Resources for programming PIC16 Microcontrollers
| Updated | Tue Aug 30 19:30:10 UTC 2022 |
| Committer | Rex McKinnon <[email protected]> |
| Git Ref | HEAD |
| Branches |
|---|
| master |
| Tags |
|---|
PIC16 Development Resources
xc8 toolchain resources
- Makefile - Generic xc8-cc makefile. Compiles all *.c and *.S source
files in the directory and produces a .hex and .elf in the
build/subdirectory with themake allcommand.