@mchp-mcc/lin-client

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

README

LIN - Local Interconnect Network

Overview

The LIN (Local Interconnect Network) Client module is a basic UART driver that provides quick and easy C code generation to send and receive UART packets formatted for LIN client nodes. The client responds to tasks received from the host at scheduled times determined by the host.

Generated Files

This driver generates the following files:

  • ./mcc_generated_files/linclient/src/lin_client.c => A driver file API containing function definition.
  • ./mcc_generated_files/linclient/src/lin_client_app.c => A driver file API containing function definition.
  • ./mcc_generated_files/linclient/lin_client.h => A driver file containing the API function prototype.
  • ./mcc_generated_files/linclient/lin_client_app.h => A driver file containing the API function prototype.

Changelog

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

[3.0.6] - 2021-09-23

New Features

  • CC8SCRIP-5073 :- Readme file update for LIN-Client
  • CC8SCRIP-4951 :- API Documentation supported for LIN-Client