Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/misje/pic24i2c
- Owner: misje
- License: gpl-3.0
- Created: 2013-07-19T14:34:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-19T15:18:07.000Z (over 11 years ago)
- Last Synced: 2023-08-02T00:36:24.943Z (over 1 year ago)
- Language: C
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)