Skip to content

Instantly share code, notes, and snippets.

View opylnev's full-sized avatar

Oleg Pylnev opylnev

View GitHub Profile
### Keybase proof
I hereby claim:
* I am opylnev on github.
* I am opylnev (https://keybase.io/opylnev) on keybase.
* I have a public key ASBwOvJIwl-ZFpp-UTI-uy-zXQGWkYim-uIkHCFmf01MCQo
To claim this, I am signing this object:
#include <Brain.h>
#include <Servo.h>
#include <SimpleTimer.h> // Source code here: http://playground.arduino.cc/Code/SimpleTimer
Brain brain(Serial);
const int greenPin = 2;
const int yellowPin = 4;
const int redPin = 7;
long interval = 500;