This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Conceptinetics.h> | |
#include <FastLED.h> // FastLED library. Preferably the latest copy of FastLED 2.1. | |
#define DMX_SLAVE_CHANNELS 16 | |
#define DATA_PIN 5 | |
#define CLOCK_PIN 3 | |
#define NUM_LEDS 64 | |
#define BRIGHTNESS 64 | |
#define LED_TYPE APA102 //RGB,RBG,BRG,BGR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//copyright J. Banko SALS | |
#include <Conceptinetics.h> | |
#include <FastLED.h> // FastLED library. Preferably the latest copy of FastLED 2.1. | |
#define DMX_SLAVE_CHANNELS 16 | |
#define DATA_PIN 5 | |
#define CLOCK_PIN 3 | |
#define NUM_LEDS 145 |