Skip to content

Instantly share code, notes, and snippets.

View algroznykh's full-sized avatar
🚀

Aleksandr Groznykh algroznykh

🚀
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am groznykh on github.
  • I am algroznykh (https://keybase.io/algroznykh) on keybase.
  • I have a public key whose fingerprint is 4FD6 1537 62FC 4687 FF6B 3FB7 E124 9256 A36B A957

To claim this, I am signing this object:

void setup() {
//start serial connection
Serial.begin(9600);
pinMode(10, OUTPUT);
pinMode(11, OUTPUT);
pinMode(12, OUTPUT);
pinMode(13, OUTPUT);
digitalWrite(13, HIGH);