6.1.2 • Published 9 months ago

@mchp-mcc/scf-pic8-i2c-v1 v6.1.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
9 months ago

I2C Driver

Overview

The Inter-Integrated Circuit (I2C) bus is a multi-host serial data communication bus. Devices communicate in a host/ client environment where the host devices initiate the communication. A client device is controlled through addressing.

Generated Files

This driver generates the following files :

I2C Host Mode:

  • ./mcc_generated_files/i2c_host/src/i2c1.c => A driver file containing Register Initialization and API function implementations
  • ./mcc_generated_files/i2c_host/i2c1.h => A driver file containing the API function prototypes
  • ./mcc_generated_files/i2c_host/i2c_host_interface.h => A driver file containing the Common API function prototypes structure
  • ./mcc_generated_files/i2c_host/i2c_host_type.h => A driver file containing the type definition for i2c host
  • ./mcc_generated_files/i2c_host/i2c_host_event_types.h => A driver file containing the structure definition for i2c host

I2C Client Mode:

  • ./mcc_generated_files/i2c_client/src/i2c1.c => A driver file containing Register Initialization and API function implementations
  • ./mcc_generated_files/i2c_client/i2c1.h => A driver file containing the API function prototypes
  • ./mcc_generated_files/i2c_client/i2c_client_interface.h => A driver file containing the Common API function prototypes structure
  • ./mcc_generated_files/i2c_client/i2c_client_type.h => A driver file containing the type definition for i2c client

Changelog

All notable changes to this project will be documented in this file.

6.1.2 - 2023-08-15

Bug Fixes

  • CC8SCRIP-16543 :- Missing last byte in 256 bytes packet due to long ISR time

6.1.1 - 2022-11-28

Bug Fixes

  • CC8SCRIP-11524 :- Changed Warning as Hint
  • CC8SCRIP-7999 :- I2C APIs are grouped correctly in the documentation

6.1.0 - 2021-12-17

New Features

  • CC8SCRIP-6607 :- Added I2C Host and I2C Client drivers with respective Basic UIs to facilitate migration across PICs, AVRs and dsPICs