X-Git-Url: http://git.piffa.net/web?a=blobdiff_plain;f=RGB_LED%2Frgb_0_soluzione%2Frgb_0_soluzione.ino;h=5d46d7e1a5e3827a1a9f864fc2470021c953272c;hb=fbdb4b8b83bbf79d73770f4d8a3e4170511ba6e7;hp=b9fb9521e430e9d1db11fc06787257c66ae4f052;hpb=f794af5de04c45dbfab7f52ebb49315f72b9fc9f;p=sketchbook_andrea diff --git a/RGB_LED/rgb_0_soluzione/rgb_0_soluzione.ino b/RGB_LED/rgb_0_soluzione/rgb_0_soluzione.ino index b9fb952..5d46d7e 100644 --- a/RGB_LED/rgb_0_soluzione/rgb_0_soluzione.ino +++ b/RGB_LED/rgb_0_soluzione/rgb_0_soluzione.ino @@ -5,10 +5,9 @@ common anode */ -int redPin = 11; -int greenPin = 10; -int bluePin = 9; - +int redPin = 11; // 2v a 20ma: che resistenza dovro usare? +int greenPin = 10; // 3.5v a 20ma: che resistenza dovro usare? +int bluePin = 9; // 3.5v a 20ma: che resistenza dovro usare? void setup()