Skip to content

Instantly share code, notes, and snippets.

View rsalek's full-sized avatar

Reza Salek rsalek

  • Cambridge
View GitHub Profile
@mithi
mithi / patternsWithRemote.ino
Last active September 13, 2015 12:46
merging crazy patterns with IR
#include <Sparki.h>
class Patterns{
public:
Patterns(){
}
void turnSignal(){
int colors[3][3] = {RGB_RED, RGB_BLUE, RGB_GREEN};
sparki.beep();