@mchp-mcc/spi-client-driver

- 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 mchpMccSpiClientDriver from 'https://cdn.skypack.dev/@mchp-mcc/spi-client-driver';
</script>

README

MCC Melody SPI Client Driver

Overview

The Serial Peripheral Interface (SPI) module is a synchronous serial interface useful for communicating with other peripheral or microcontroller devices. These peripheral devices can be serial EEPROMs, Shift registers, display drivers, Analog-to-Digital Converters and so on.

Features

  • Allows to setup multiple Client Configurations to interact with multiple hosts having different configurations. SPIx_Open and SPIx_Close are the APIs to be used for selecting/switching between different Client configurations at run time.
  • SPI Mode is configurable for each Client Configuration table entry.
  • User can provide Custom Name for each Client Configuration table entry.
  • Supports Enhanced Buffer mode with communication width of 8 bit only.
  • Currently, only polling mode is supported.

Changelog

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

[1.0.1] - 2022-01-17

New Features

  • CC16SCRIP-3419 :- Dependency Selector label updated with PLIB name