Skip to content

Instantly share code, notes, and snippets.

View artemagvanian's full-sized avatar

Artem Agvanian artemagvanian

View GitHub Profile

Keybase proof

I hereby claim:

  • I am artemagvanian on github.
  • I am artemagvanian (https://keybase.io/artemagvanian) on keybase.
  • I have a public key ASDsugTjeUHNAZgSZeyqiL6iszwXchvEbqL2NOM8kuhVWgo

To claim this, I am signing this object:

/*
LiquidCrystal Library - Hello World
Demonstrates the use a 16x2 LCD display. The LiquidCrystal
library works with all LCD displays that are compatible with the
Hitachi HD44780 driver. There are many of them out there, and you
can usually tell them by the 16-pin interface.
@artemagvanian
artemagvanian / RGB.ino
Last active June 5, 2020 16:31 — forked from SwettlyMango/RGB
Remote Kettle RGB
//Код который нужно починить
#include <Servo.h>
#include <IRremote.h>
Servo servo;
long button0 = 16593103;
long button1 = 16582903;
long button2 = 16615543;
long button3 = 16599223;
@artemagvanian
artemagvanian / RemoteKettle.ino
Last active June 4, 2020 18:56 — forked from SwettlyMango/Remote Kettle
Remote Kettle
#include <Servo.h>
#include <IRremote.h>
Servo servo;
long button0 = 16593103;
long button1 = 16582903;
long button2 = 16615543;
long button3 = 16599223;
long button4 = 16591063;