@mchp-mcc/i2c-host-driver
v1.0.5
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
3,909
Maintainers
Keywords
Readme
MCC Melody I2C Host Driver
Overview
The Inter Integrated Circuit (I2C) module is a serial
interface useful for communicating with other peripheral or microcontroller devices. These peripheral
devices may be serial EEPROMs, display drivers, A/D
Converters, etc. The I2C Host Driver
implements the I2C Host
functionality of the I2C module.
Features
PIC, dsPIC & AVR MCUs
- Supports Interrupt driven(dsPIC, PIC, AVR) & Polling(PIC & AVR) driver.
- User can configure the module using the three standard Frequencies: 100KHz, 400KHz and 1MHz.
Changelog
All notable changes to this project will be documented in this file.
[1.0.5] - 2024-07-18
New Features
- CC16SCRIP-9551 :- Updated link for API reference document
[1.0.4] - 2022-10-28
New Features
- CC16SCRIP-5493 :- Updated help document link for AVR and PIC device family
[1.0.3] - 2022-06-01
New Features
- CC16SCRIP-2045 :- Dependency module names updated in builder view
[1.0.2] - 2022-01-18
New Features
- CC16SCRIP-3419 :- Dependency Selector label updated with PLIB name
[1.0.1] - 2021-12-15
New Features
- CC16SCRIP-3166 :- Updates to support AVR TWI PLIB