Coder Social home page Coder Social logo

ardoinus's Introduction

ardOinus - an Embedded Programming Module API for Arduino in C++

This software is licensed under the MIT License, see the LICENSE.txt file for more detail.

ArdOinus is an embedded application framework allowing composition of re-usable modules targetted for embedded microcontroller applications.

See the reference guide for more complete information.

Installation instructions here.

ArdOinus aims to be true to the C++ philosophy that you don't pay for what you don't need (at run time) and hence makes heavy use of C++ templates. The extensive use of templates results in requiring the minimum version of C++11 compiler support.

The main re-usable component is the "module". The module interface is described in the ModuleBase class template. It provides 4 static methods and contains no instance state however client modules can instantiate a module object if the module requires it. Multiple modules are combinable into an Applicatiion. The Application class template will combine the given modules, this can be considered akin the to "main" function in a C++ program.

Resource collision is handled as a compile time error. Each module must define it's parameters and each parameter defines it's claim on resources. Compile time detection of resource collision is highly desirable since an invalid allocation does not even result in a runnable program and error messages indicate the errormeaning shorter development cycle.

This library also abstracts the basic digital GPIO functions in Arduino together with the basic time functions. See the ardo::OutputPin and ardo::InputPin classes. Open Collector/Drain modes are supported.

ardoinus's People

Contributors

owebeeone avatar

Stargazers

 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.