3.1.0 • Published 11 months ago

@mchp-mcc/delay-blocking-driver v3.1.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
11 months ago

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.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