Projeto Mecatrônico / Mbed 2 deprecated JOG_EIXO_Z

Dependencies:   mbed

Revision:
7:622a62f7c63e
Parent:
6:c344e6b93f34
Child:
8:177dae156b80
--- a/JOG_EIXO_Z.cpp	Thu May 13 12:31:27 2021 +0000
+++ b/JOG_EIXO_Z.cpp	Thu May 13 12:37:38 2021 +0000
@@ -5,7 +5,6 @@
 
 AnalogIn eixo_Z(A2); 
 InterruptIn posicao_salva(PA_8);
-InterruptIn botao_emergencia(PB_10);
 
 BusOut motor_x(PA_9, PC_7, PB_6, PA_7);
 BusOut motor_y(PA_11, PB_12, PB_11, PB_2);