npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@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

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.