Git Product home page Git Product logo

arduinobuttons's Introduction

ArduinoButtons

Processing digital & analog signals from buttons and joystick on arduino platform

This project consist of three classes for processing buttons, joystick, rotary encoder manipulators signals on arduino platform.

Virtual class DigitalButton is designed for processing digital signals of buttons. DigitalButton is based on the SmartButton class by Sergei Keler https://github.com/nw-wind/SmartButton.

Virtual class AnalogButton is derived from DigitalButton and designed for processing analog signals of buttons. For instance it can be used for processing many buttons connected to single analog pin through resistors.

Virtual class Joystick consists of one DigitalButton for button and two JoystickAxis derived from AnalogButton for joystick axes. Each axis is like a two analog buttons, one of which is defined for low level of a signal and another for the high one.

Virtual class RotEnc is inherited from DigitalButton and modeled for processing digital signals CLK, DT, SW from rotary encoder.

arduinobuttons's People

Contributors

inklu avatar

Stargazers

 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.