Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RTOS_servo_motor step_servo_potile_motor thread_servo_led
Revision 1:d9dc08980d89, committed 2019-12-21
- 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;
};