An open API service indexing awesome lists of open source software.

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

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.