GithubHelp home page GithubHelp logo

circuitplaygroundgestures's Introduction

Circuit Playground Gestures

This Arduino library implements a gesture recognizer for the Adafruit Circuit Playground that uses the built-in accelerometer, slide switch, and buttons to detect user gestures such as button presses, switch changes, shakes and taps, and more.

Gestures recognized

The accelerometer is used to detect

  • double taps
  • shakes
  • orientation changes

The slide switch is used to detect

  • switch turned on
  • switch turned off

The two pushbuttons are used to detect

  • either button clicked
  • either button double-clicked
  • either button held for a long press
  • either button clicked while the other is held
  • either button released

Theory of operation

Client applications can use the gesture recognizer by calling its begin method as part of their setup() function, and by calling its update method frequently as part of the client's loop() function. The update method returns an enumerated value indicating if any user gestures were detected during that update cycle.

Examples

The GestureToSerial sketch in the examples directory demonstrates how an application can use the library to detect user input gestures in the loop function. The sketch prints a description of the received gestures to the serial port.

Example Serial Monitor output from GestureToSerial:

Screen Shot 2023-10-11 at 11 02 58

circuitplaygroundgestures's People

Contributors

zvonler avatar

Watchers

 avatar

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.