Coder Social home page Coder Social logo

asyncarduino's Introduction

AsyncArduino

A small toolkit for easy, asynchronous square signal output and user input for the Arduino platform.

What is this?

AsyncArduino is a set of C/C++ files and associated headers designed to facilitate non-blocking event listeners and responders for the Arduino ecosystem. Initialization functions build the button and sigl data structures which keep track of their states and other information [1]. Appropriate methods for struct processing ensure that multiple concurrent event listeners are capable of manipulating the Arduino's IO pins with minimal contention. (Note: This library is not rated for real-time applications, nor is it thread-safe!).

How do I get started?

( Note: This tutorial was typed from a Mac OS X machine.)
  1. (Optional) Open the Arduino IDE and create & save a new project to a new directory.
  2. Clone or otherwise download & extract this package to your Arduino sketch's directory.
  3. (Re)open the Arduino IDE and open the sketch where you have downloaded the files.
  4. At this point, you should see the AsyncArduino files among the file tabs.

  5. Insert image here
WIP

asyncarduino's People

Contributors

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