@mchp-mcc/scf-driver-kxtj3-1057

- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path

Usage no npm install needed!

<script type="module">
  import mchpMccScfDriverKxtj31057 from 'https://cdn.skypack.dev/@mchp-mcc/scf-driver-kxtj3-1057';
</script>

README

Accel (I2C) KXTJ3-1057 Driver

Overview

The Accel (I2C) 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.0] - 2021-10-05

Improvements

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

[1.0.8] - 2021-09-20

Improvements

  • CC8SCRIP-4548 :- Update Code Documentation

[1.0.7] - 2021-08-25

Improvements

  • CC8SCRIP-4814 :- Moved from "Use-Case Drivers" into "Drivers" category