Skip to content

Instantly share code, notes, and snippets.

View artemagvanian's full-sized avatar

Artem Agvanian artemagvanian

View GitHub Profile
@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;
@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;