movimiento cabina

Dependents:   Prueba_Ascensor

Files at this revision

API Documentation at this revision

Comitter:
Hedizxom
Date:
Wed Jun 06 20:13:43 2018 +0000
Parent:
0:e6eb579c2a24
Commit message:
cabina;

Changed in this revision

elevator.cpp Show annotated file Show diff for this revision Revisions of this file
elevator.h Show annotated file Show diff for this revision Revisions of this file
--- a/elevator.cpp	Tue Feb 20 19:53:55 2018 +0000
+++ b/elevator.cpp	Wed Jun 06 20:13:43 2018 +0000
@@ -1,10 +1,6 @@
 #include "elevator.h"   
 #include "mbed.h"
 
-/*
-*door.cpp
-*/
-
 Elevator::Elevator(PinName enable_, PinName up_, PinName down_): enable(enable_), up(up_), down(down_){
         enable = 0;
 }
--- a/elevator.h	Tue Feb 20 19:53:55 2018 +0000
+++ b/elevator.h	Wed Jun 06 20:13:43 2018 +0000
@@ -1,12 +1,4 @@
-/* File: doors.h.h  
- * Author: Camilo Londoño  
- *Board: KL25Z 
- *Hardware: Servomotor,  
- * 
- * Desc: 
- *       
- *
-*/
+
 
 #ifndef elevaor_H
 #define elevator_H