2.0.0 • Published 11 months ago

@mchp-mcc/scf-pic8-tmr0-v2 v2.0.0

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

Timer 0 (TMR0)

Overview

The Timer0 module operates as a synchronous/asynchronous 8/16-bit timer/counter. It features a programmable period (8-bit mode only), and selectable clock sources, prescalers, and interrupts.

Changelog

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

2.0.0 - 2023-06-27

New Features

  • CC8SCRIP-15440 :- Pin support for PIC16(L)F157x, PIC16(L)FF176x device families

Bug Fixes

  • CC8SCRIP-16280 :- Removed unused argument periodVal in Timer0_Reload function.
  • CC8SCRIP-16278 :- INTEDG and nWPUEN values should not be overwritten in TMR0_Initialize function

1.0.1 - 2023-05-18

New Features

  • CC8SCRIP-15777 :- Added support for PIC12/16(L)F161x device family

1.0.0 - 2023-03-28

New Features

  • CC8SCRIP-14758 :- Initial Release