1.0.9 • Published 2 years ago

@mchp-mcc/scf-driver-mcp41hv51 v1.0.9

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

SPI Digi POT MCP41HV51 Driver

Overview

The SPI Digi POT MCP41HV51 Driver enables interfacing between the MCU and an off-chip MCP41HV51 Digital Potentiometer using the SPI protocol.

Features

  • Generates MCP41HV51 APIs
    • Initialize and configure the driver
    • Read the driver configuration
    • Use SPI Protocol

Generated Files

This driver generates the following files:

  • ./mcc_generated_files/mcp41hv51-digipot/src/mcp41hv51.c => A driver file containing the Initialization and API function implementations
  • ./mcc_generated_files/mcp41hv51-digipot/mcp41hv51.h => A driver file containing the API function definitions
  • ./mcc_generated_files/mcp41hv51-digipot/mcp41hv51_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.0.9 - 2022-10-27

Improvements

  • CC8SCRIP-10135 :- SPI Digi POT MCP41HV51 - Category and Module Name updates

1.0.8 - 2021-09-20

Improvements

  • CC8SCRIP-4550 :- Update Code Documentation

1.0.7 - 2021-08-25

Improvements

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