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"; }