Thingiverse
Tali's Mask - LED Sound Reactive
by Pandariot779
11
Downloads
7
Likes
0
Makes
Led is sound reactive heres the code:
Also a youtube video demonstrating it. I will create the mask if enough people have interest but heres something Tali cosplayers can use for their masks.
Code:
#include
#include
#ifdef __AVR__
#include
#endif
#define PIN 6
#define NUMPIXELS 1
//==============Defining variables for fix_fft=======================
int x = 0;
char im[128], data[128];
char data_avgs[14];
int i = 0, val, steady;
int l = 0;
Adafruit_NeoP
Also a youtube video demonstrating it. I will create the mask if enough people have interest but heres something Tali cosplayers can use for their masks.
Code:
#include
#include
#ifdef __AVR__
#include
#endif
#define PIN 6
#define NUMPIXELS 1
//==============Defining variables for fix_fft=======================
int x = 0;
char im[128], data[128];
char data_avgs[14];
int i = 0, val, steady;
int l = 0;
Adafruit_NeoP
Sign in to leave a comment
Sign in