https://github.com/anonymoux47/pic-lib
Various [mostly self-written] C libraries for PIC microcontrollers
https://github.com/anonymoux47/pic-lib
8-bit c embedded embedded-systems microchip microchip-pic microcontrollers pic xc8
Last synced: about 1 year ago
JSON representation
Various [mostly self-written] C libraries for PIC microcontrollers
- Host: GitHub
- URL: https://github.com/anonymoux47/pic-lib
- Owner: AnonymouX47
- License: mit
- Created: 2021-12-15T20:48:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T21:18:40.000Z (over 4 years ago)
- Last Synced: 2025-01-22T20:51:37.566Z (about 1 year ago)
- Topics: 8-bit, c, embedded, embedded-systems, microchip, microchip-pic, microcontrollers, pic, xc8
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pic-lib
A collection of [mostly self-written] C libraries for PIC microntrollers.
Most of the libraries are self-documenting, some with descriptions about their usage.
## Contribution
Contributions are always welcome.
Please try as much as possible to make any libraries you want to contribute to be easily portable and as self-documenting as possible.
Also, endeavour to follow the existing project structure.
If you happen to make some improvements to these libraries or port them to another chip, please consider contributing.
Thanks.