GithubHelp home page GithubHelp logo

brocci / dcc_decoder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mynabay/dcc_decoder

0.0 1.0 0.0 13 KB

An Arduino library for creating NMRA DCC decoding devices.

Home Page: www.MynaBay.com/dcc_monitor

C++ 100.00%

dcc_decoder's Introduction

This is a library for Arduino for decoding dcc signals. Uses Arduino 1.6 IDE.

Installation

To install this library, just place this entire folder as a subfolder in your Arduino/lib/targets/libraries folder.

When installed, this library should look like:

libraries/DCC_Decoder (this library's folder) libraries/DCC_Decoder/DCC_Decoder.cpp (the library implementation file) libraries/DCC_Decoder/DCC_Decoder.h (the library header file) libraries/DCC_Decoder/keywords.txt (the syntax coloring file) libraries/DCC_Decoder/examples (the examples in the "open" menu) libraries/DCC_Decoder/readme.txt (this file)

Building

After this library is installed, you just have to start the Arduino application.

To use this library in a sketch, go to the Sketch | Import Library menu and select DCC_Decoder. This will add a corresponding line to the top of your sketch:

#include <DCC_Decoder.h>

To stop using this library, delete that line from your sketch.

dcc_decoder's People

Contributors

mynabay avatar per1234 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.