@mchp-mcc/touch-library
v4.2.1
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
666
Maintainers
Keywords
Readme
Touch Library
Touch Library for MCC Melody is a royalty-free software library for developing touch applications on 8-bit microcontrollers. Developers can use it to integrate touch-sensing capability into their applications. The library supports both self-capacitance and mutual capacitance acquisition methods.
Refer to the microchip developer pages listed under "MCC Melody Touch Library Configurator" for more information.
Features
- Touch configurator support to create Button, Slider, and Wheel sensor projects
For more information refer the Release Notes
Supported Devices
Generated Files
- ./mcc_generated_files/touch/touch.c
- ./mcc_generated_files/touch/touch.h
Changelog
All notable changes to this project will be documented in this file.
[4.2.1] - 2024-12-17
New Features
- CC8SCRIP-20772 :- Added warning to enable UART Interrupt for Software CVD devices when Touch Tune feature is enabled.
Bug Fixes
- CC8SCRIP-20771 :- Added fixes for Driven shield Pins not being listed and Driven shield not working for Software CVD Devices.
[4.2.0] - 2024-10-15
New Features
- CC8SCRIP-20659 :- Added Support for Boost mode in AVR devices.
- CC8SCRIP-20658 :- Added Support for PIC18[L]FxxK40/42, dsPIC33CH, PIC16F152x (Software CVD) devices.
Bug Fixes
- CC8SCRIP-20661 :- Added fix for error during compilation with low power enabled for PIC16F18015 device.
Improvements
- CC8SCRIP-20660 :- Added additional notifications and warnings
[4.1.0] - 2024-05-23
New Features
- CC8SCRIP-20292 :- Updated ATTiny161x and ATTiny321x acquisition libraries to version 1.5.
- CC8SCRIP-20291 :- Added feature to support the configuration of X and Y Lines to enable the user to customize the Matrix view.
- CC8SCRIP-20290 :- Added Support for PIC16[L]F184xx, PIC16F131xx, PIC18FxxQ24 and Additional variants of PIC16F171xx devices.
Bug Fixes
- CC8SCRIP-20301 :- Added fix for drivenshield plus code compilation issue in PIC18FxxQ8x devices.
- CC8SCRIP-20300 :- Added fix for touch tune data streaming issue when larger data is sent/received.
- CC8SCRIP-20299 :- Added fix for compilation failure when debounce count value is modified.
- CC8SCRIP-20298 :- Added fix for lump option being enabled for unsupported devices.
- CC8SCRIP-20297 :- Added fix for sensors getting hidden during reopening of matrix in mutual-cap multiplexed lines.
- CC8SCRIP-20296 :- Added fix for CSD being set as a higher value than 999.
Improvements
- CC8SCRIP-20295 :- Added restriction to prevent the multiplexing of unsupported lines in the matrix view.
- CC8SCRIP-20294 :- Improved Validation during the creation of new sensors.
- CC8SCRIP-20293 :- Migrated from pins-standard module to pins-interface.