Servo Motor Kutuphanesi(Library)

Dependents:   RTOS_servo_motor step_servo_potile_motor thread_servo_led

Files at this revision

API Documentation at this revision

Comitter:
marvas
Date:
Sat Dec 21 09:55:34 2019 +0000
Parent:
0:a693d4a007d6
Commit message:
servo sinyal pini private public olarak degisti

Changed in this revision

servo.h Show annotated file Show diff for this revision Revisions of this file
--- a/servo.h	Sun Dec 15 18:43:39 2019 +0000
+++ b/servo.h	Sat Dec 21 09:55:34 2019 +0000
@@ -66,11 +66,7 @@
     servo(PinName pa);
  
      int derece(int deger);
- 
- 
-    private:
-
-        DigitalOut sinyalpini;
+  DigitalOut sinyalpini;
 
 
 };