@mchp-mcc/rn4870-rn4871-host-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 mchpMccRn4870Rn4871HostDriver from 'https://cdn.skypack.dev/@mchp-mcc/rn4870-rn4871-host-driver';
</script>

README

RN487x Library

Overview

The MPLAB® Code Configurator RN4870 | RN4871 BLE Modules Library allows quick and easy configuration of the C code generated software driver based upon the user’s selected API features available from the MCC Library. Generated Driver code supports use of either BLE Module with use of a PIC or AVR device.

Features

Generated Files

This driver generates the following files:

  • ./mcc_generated_files/rn487x/rn487x_interface.c => This source file contains the interface implementations of the RN487x library
  • ./mcc_generated_files/rn487x/rn487x_interface.h => This header file contains the interface function prototypes of the RN487x library
  • ./mcc_generated_files/rn487x/rn487x.c => This source file contains function implementations of the RN487x library
  • ./mcc_generated_files/rn487x/rn487x.h => This header file contains the interface implementations of the RN487x library

Changelog

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

[3.0.3] - 2021-09-22

Bug Fixes

  • CC8SCRIP-5144 :- Fixing deployment issues