1.1.2 • Published 2 years ago

@mchp-mcc/scf-driver-kxtj3-1057 v1.1.2

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

I2C Accel KXTJ3-1057 Driver

Overview

The I2C Accel KXTJ3-1057 Driver enables interfacing between the MCU and an off-chip KXTJ3-1057 Accelerometer using the I2C protocol.

Features

  • Generates KXTJ3-1057 APIs
    • Initialize and configure the driver
    • Read the driver output and configuration
    • Use I2C Protocol

Generated Files

This driver generates the following files:

  • ./mcc_generated_files/kxtj3-1057-accel/src/kxtj3_1057.c => A driver file containing the Initialization and API function implementations
  • ./mcc_generated_files/kxtj3-1057-accel/kxtj3_1057.h => A driver file containing the API function definitions
  • ./mcc_generated_files/kxtj3-1057-accel/kxtj3_1057_config.h => A driver file containing the Driver information, commands, and registers

Changelog

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

1.1.2 - 2022-10-27

Improvements

  • CC8SCRIP-10132 :- I2C Accel KXTJ3-1057 - Category and Module Name updates

1.1.1 - 2022-03-02

New Features

  • CC8SCRIP-6885 :- KXTJ3-1057 - Use Common Interface Implementation of I2C APIs

1.1.0 - 2021-10-05

Improvements

  • CC8SCRIP-3777 :- Update I2C implementation using the redesigned I2C drivers