Giter Club home page Giter Club logo

basics-buttondebouncingwithinterrupts's Introduction

basics-buttondebouncingwithinterrupts

Basics series: Button debouncing using interrupts

Hardware

  • Teensy 3.2
  • What I thought was an average button

Results

With the lockout time dropped down to 2ms I still couldn't get it to bounce so I'm happy with the testing. The code has to accept interrupts on both rising and falling edges so that it can sensibly distinguish between intentional state changes vs. bounces. The serial output below shows that a huge number of bounces occur for each succesfully interpreted button press.

Serial output:

1/1: Button pressed
2/11: Button pressed
3/17: Button pressed
4/89: Button pressed
5/91: Button pressed
6/94: Button pressed
7/100: Button pressed
8/102: Button pressed
9/121: Button pressed
10/131: Button pressed
11/139: Button pressed
12/141: Button pressed
13/157: Button pressed
14/201: Button pressed
15/213: Button pressed
16/216: Button pressed
17/227: Button pressed
18/237: Button pressed
19/245: Button pressed

basics-buttondebouncingwithinterrupts's People

Contributors

rcjcooke 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.