Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/misje/pic24i2c

An I²C driver implementation for Microchip PIC24 microcontrollers
https://github.com/misje/pic24i2c

Last synced: 7 days ago
JSON representation

An I²C driver implementation for Microchip PIC24 microcontrollers

Awesome Lists containing this project

README

        

PIC24 I²C driver
====
This is a simple I²C driver written for a microchip PIC24F microcontroller. The
main goal is to do all TX/RX automatically in an interrupt routine, eliminating
excessive use of busy-waits. The code should be easy to adapt to PIC32, and
perhaps also other Microchip devices.

[Documentation](http://misje.github.io/picDoc/)