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.
- Supports Interrupt driven(dsPIC, PIC, AVR) & Polling(PIC & AVR) driver.
- User can configure the module using the three standard Frequencies: 100KHz, 400KHz and 1MHz.
All notable changes to this project will be documented in this file.
- CC16SCRIP-9551 :- Updated link for API reference document
- CC16SCRIP-5493 :- Updated help document link for AVR and PIC device family
- CC16SCRIP-2045 :- Dependency module names updated in builder view
- CC16SCRIP-3419 :- Dependency Selector label updated with PLIB name
- CC16SCRIP-3166 :- Updates to support AVR TWI PLIB