4.0.3 • Published 3 years ago

@mchp-mcc/i2c-simple-driver v4.0.3

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
3 years ago

I2C Simple Driver

Overview

The I2C Simple Driver is an abstraction interface to facilitate seamless I2C integration for PIC and AVR devices

Features

  • Generates abstraction APIs for Byte and Block implementations of I2C Host Read and Write operations

Generated Files

This driver generates the following files:

  • ./mcc_generated_files/i2c_host/src/i2c_simple_host.c => A driver file containing the API implementations
  • ./mcc_generated_files/i2c_host/i2c_simple_host.h => A header file containing the API function prototypes

Changelog

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

4.0.3 - 2021-09-23

New Features

  • CC8SCRIP-5180 :- Updating Readme and Release Notes for I2CSimple