]> git.piffa.net Git - sketchbook_andrea/blobdiff - motors/servo/Knob_2/Knob_2.ino
Pre Vicenza
[sketchbook_andrea] / motors / servo / Knob_2 / Knob_2.ino
index 886e107f82aff2391306a28636321a1ac2e1e11f..998c8a7c787c5780fe96b358610cdd6e36117de3 100644 (file)
@@ -7,7 +7,7 @@ Servo myservo;  // create servo object to control a servo
  
 int potpin = 0;  // analog pin used to connect the potentiometer
 int val;    // variable to read the value from the analog pin 
+
 void setup() 
 { 
   myservo.attach(9);  // attaches the servo on pin 9 to the servo object