How to use the RBG LED in 90 Seconds

  Рет қаралды 152

Waiduino

Waiduino

Күн бұрын

Пікірлер: 1
@Waiduino
@Waiduino 3 ай бұрын
const int PIN_RED = 9; const int PIN_GREEN = 10; const int PIN_BLUE = 11; int red = 254; int green = 1; int blue = 127; int red_direction = -1; int green_direction = 1; int blue_direction = -1; void setColor(int R, int G, int B) { analogWrite(PIN_RED, R); analogWrite(PIN_GREEN, G); analogWrite(PIN_BLUE, B); } void setup() { pinMode(PIN_RED, OUTPUT); pinMode(PIN_GREEN, OUTPUT); pinMode(PIN_BLUE, OUTPUT); } void loop() { red = red + red_direction; green = green + green_direction; blue = blue + blue_direction; if (red >= 255 || red = 255 || green = 255 || blue
Accompanying my daughter to practice dance is so annoying #funny #cute#comedy
00:17
Funny daughter's daily life
Рет қаралды 24 МЛН
RGB LED Tutorial - In depth and WORKING Tutorial
8:43
Waiduino
Рет қаралды 202
How to Bend LED Strip at 90° (3 Unique Ways ANYONE Can Do)
2:04
Rookie Handyman
Рет қаралды 48 М.
How to make a simple led traffic light circuit
3:56
Project AA
Рет қаралды 16 М.
World and Camera - How to Make a 2D Game in Java #5
24:49
RyiSnow
Рет қаралды 116 М.
Engines are now getting smaller
10:43
DIY Garage
Рет қаралды 9 М.
Silverwing: Realistic "Rim-Bubbles" using Nested Dielectrics
18:48
SilverwingVFX
Рет қаралды 2,6 М.
Trump: My whole life has been winning
7:02
CBS Sunday Morning
Рет қаралды 318 М.
Full video - Data recovery from a dead MicroSD card
16:01
DevelopAKR
Рет қаралды 420 М.