Git Product home page Git Product logo

arduino_mchptouch's Introduction

MCHPTouch Library for Arduino

Check Arduino status Compile Examples status Spell Check status

This library allows you to read touch sensors values from the Arduino MKR boards and the Arduino Nano 33 IoT. Touch sensing is a hardware capability of the SAMD21 processor.

#include "Arduino_MCHPTouch.h"

void setup() {
    TOUCH.begin();
}

void loop() {
    TOUCH.poll();
    if (TOUCH.available()) {
        int value = TOUCH.read(0);  // read sensor 0
    }
}

See the bundled examples for usage and visit the Microchip Developer website to learn more about touch sensing.

License

This library is a wrapper around the MCHPTouch library by Microchip, which is bundled in binary form in this distribution in agreement with Microchip.

Microchip Technology Inc., provides the Microchip Touch Library software subject to the license terms contained at the link below.ย  By using the Microchip Touch Library, you acknowledge and agree to the terms of the license contained at the link below. Microchip Touch Library License Agreement

The Arduino_MCHPTouch wrapper library is distributed under the terms of the MPL-2.0 license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.