Giter Club home page Giter Club logo

rgb-led-firmware's Introduction

Travis

RGB LED Board - Firmware

This is the firmware for the RGB LED project. You can also find it on Github and Hackster.

The firmware is based on the Arduino framework to make it easier for beginners.

Getting started

The main entry point can be found at src/src.ino.

The file includes all the different available effects.

You can choose one of the effects by setting the effects variable:

static const Effect effect = HSIControl;

If you want to see a very simple effect for reference, take a look at src/effect_rgb_control.cpp.

In case you add new effects, pull requests are welcome!

Building / Flashing

When using the Arduino IDE instead, simply open all file in the src directory, and flash the src.ino file to the Arduino. See https://www.arduino.cc/en/Guide/HomePage for more information.

If you want to use Make and the provided arduino-makefile instead, do this:

git submodule init
git submodule update
make
make upload

License

MIT License.

rgb-led-firmware's People

Contributors

dbrgn avatar rnestler avatar dns2utf8 avatar dmitry-valento avatar jntme 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.