From 108cb83c3b385ef4bc528523f0b3aac7f7b245b8 Mon Sep 17 00:00:00 2001 From: aayush-ashok <54711854+aayush-ashok@users.noreply.github.com> Date: Thu, 17 Oct 2019 17:45:13 +0530 Subject: [PATCH] update dated 17 oct --- arduino_codes/3.RGB.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/arduino_codes/3.RGB.ino b/arduino_codes/3.RGB.ino index 1315edc..d1211da 100644 --- a/arduino_codes/3.RGB.ino +++ b/arduino_codes/3.RGB.ino @@ -305,4 +305,5 @@ void showRGB(int color) analogWrite(RED_PIN, redIntensity); analogWrite(BLUE_PIN, blueIntensity); analogWrite(GREEN_PIN, greenIntensity); + cout<<"Peace out\nAlso @mahainn plij dont kill me"; }