https://github.com/mrapplejuice/libpic170x
Convenience library for Microchip PIC16(L)F170x micro controllers
https://github.com/mrapplejuice/libpic170x
pic-microcontroller
Last synced: 8 months ago
JSON representation
Convenience library for Microchip PIC16(L)F170x micro controllers
- Host: GitHub
- URL: https://github.com/mrapplejuice/libpic170x
- Owner: MrApplejuice
- License: apache-2.0
- Created: 2018-08-19T23:05:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T15:07:35.000Z (over 7 years ago)
- Last Synced: 2025-01-10T18:38:02.740Z (over 1 year ago)
- Topics: pic-microcontroller
- Language: C
- Homepage: http://libpic170x.craftware.info/
- Size: 1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
libpic170x library - v0.2
=========================
Convenience library for interacting with pic16(L)F1705/1709 microcontrollers. For a full feature listing check the [documentation](http://libpic170x.craftware.info/v0.2).
The library is published under the the [Apache License version 2.0](LICENSE.md).
Releases can be found on the project's GitHub page.
Current feature set
===================
- Timer0-based counter for measuring time with a coarse resolution (increment ~100 ms).
- Pin input/output library.
Getting started
===============
Check the [documentation](http://libpic170x.craftware.info) and preconfigured examples in the repositories examples-directory.
Roadmap
=======
Check the projects-page on GitHub for a list of planned future features.