rgb led

In this example we will connect an RGB led to a Digispark, a quick recap of the basic Digispark we ware using in this example XGHF-GY Digispark Kickstarter Miniature Development.

This was a quick test for a multi color LED. Pins 2, 3 and 4 were used   [c] int red = 2; int green =3; int blue =4; int j; void setup() { pinMode(red,OUTPUT); pinMode(green,OUTPUT); pinMode(blue,OUTPUT); } void loop() { for (j = 1;...
This div height required for enabling the sticky sidebar
Ad Clicks : Ad Views : Ad Clicks : Ad Views :