ITI "DallaChiesa" 2019
/
Servo_motor_Demo
Servo_Demo
Revision 1:21aeba9a6128, committed 2019-04-17
- Comitter:
- luigi_lagatta
- Date:
- Wed Apr 17 13:12:20 2019 +0000
- Parent:
- 0:3d38b95d74a0
- Commit message:
- Servo_Demo
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Feb 05 07:28:18 2016 +0000 +++ b/main.cpp Wed Apr 17 13:12:20 2019 +0000 @@ -3,7 +3,7 @@ #include "mbed.h" #include "Servo.h" -Servo myservo(PTC1); +Servo myservo(D3); int main() {