Search the Community
Showing results for tags 'Neopixel'.
-
This is a project I completed for my Embedded Systems final at John Brown University. For this project, I wired and programmed an Arduino Uno using other parts ordered off of Adafruit to design LED lights that respond to sound. In this post, I will include my final report which documents the methods and results to this project. Final_Project_Report.docx
-
- embedded systems
- adc
-
(and 4 more)
Tagged with:
-
i tried without luck all the WS2812 / WS2811 related libraries shown at http://energia.nu/reference/libraries/ they all seem to address different mcu types (?) like https://github.com/ILAMtitan/WS2811Driver complains: 0: fatal error: msp430.h: No such file or directory #include <msp430.h> ^ compilation terminated. and the adafruit neopixel lib for arduino: simple.cpp:5:23: fatal error: avr/power.h: No such file or directory #include <avr/power.h> ^ compilation terminated. actually i need to address only one single WS2812 l