void setup() { // put your setup code here, to run once: } void loop() { // put your main code here, to run repeatedly: analogWrite(3,analogRead(0)>> 2); }
And i got this:
Would you give me a simple example?