Skip to content

eshsrobotics/blinkyzoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

blinkyzoom

Arduino code to control NeoPixel strips using a set color gradient and a PWM input representing robot speed

You can download the AdaFruit NeoPixel dependency library using the Arduino IDE:

Compiling without Arduino

The code can compile and run just fine on its own using the standard g++ compiler. Just define the PC_TESTING macro to stub out the Arduino functions and classes:

g++ -DPC_TESTING -x c++ ./sketch_nov09a.ino -o sketch

You should still be able to use Serial.println() to debug color values.

About

Draws pretty colors on AdaFruit NeoPixel light strips

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages