@mchp-mcc/delay-blocking-driver
v3.2.0
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
3,529
Maintainers
Keywords
Readme
Delay Driver
Overview
The Delay Driver aims to provide an abstraction interface for invoking built-in delay macros across device families.
Features
Flexible APIs for creating blocking delays in millisecond and microsecond time units.
Generated Files
This driver generates the following files:
./mcc_generated_files/timer/src/delay.c => This source file contains the function implementations of the Delay Driver
./mcc_generated_files/timer/delay.h => This header file contains the function prototypes of the Delay Driver
Changelog
All notable changes to this project will be documented in this file.
[3.2.0] - 2024-07-30
New Features
- CC8SCRIP-19901 :- Support dsPIC33A family in Delay Blocking Driver
[3.1.0] - 2023-05-31
New Features
- CC8SCRIP-14858 :- Add Delay Blocking Driver documentation to MCC Melody API Reference for PIC16F/18F, AVR and dsPIC33 MCUs
- CC8SCRIP-12969 :- Add support for dsPIC devices in Delay Blocking Driver Library
[3.0.5] - 2021-09-22
New Features
- CC8SCRIP-5126 :- Updating Readme and Release Notes for Delay