@mchp-mcc/timer
v1.2.3
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
4,674
Maintainers
Keywords
Readme
MCC Melody Timer Driver
Overview
Timer is used to generate the timeout in a regular interval to do some specific task like LED blink, ADC read etc.
Features
- User configurable time out period.
- Supports both polling and interrupt mode, default it gets configured in interrupt mode.
- Timeout period value range varies based on the clock frequency of the timer clock source which can be selected from the PLIB.
Changelog
All notable changes to this project will be documented in this file.
[1.2.3] - 2024-10-22
New Features
- CC16SCRIP-9625 :- Add timer clock inline notification in UI.
[1.2.2] - 2024-07-18
New Features
- CC16SCRIP-9431 :- Updated link for API reference document
[1.2.1] - 2024-03-29
Bug Fixes
- CC16SCRIP-7916 :- Setting the timer period to its maximum value results in a calculation of Period register to zero
[1.2.0] - 2023-12-20
New Features
- CC16SCRIP-7081 :- Support for timer driver interface
- CC16SCRIP-6970 :- Timer: ADD ITF test cases for UI settings, data interface to verify the functionality in driver and PLIB and generated code
[1.1.0] - 2022-09-23
New Features
- CC16SCRIP-5317 :- Minor improvements for dependent module support
[1.0.2] - 2022-06-01
New Features
- CC16SCRIP-2045 :- Dependency module names updated in builder view
[1.0.1] - 2022-01-24
New Features
- CC16SCRIP-3419 :- Dependency Selector label updated with PLIB name