Projeto_Mecatronico_Team / Mbed 2 deprecated Projeto_Mecatronico

Dependencies:   mbed filesystem TextLCD

Fork of Projeto_Mecatronico by Fernando Sakabe

Revision:
24:098413c4c0bb
Parent:
22:7c38592facf5
Child:
36:6e46a3e4df6c
--- a/posicionamento.h	Mon May 16 13:33:09 2022 +0000
+++ b/posicionamento.h	Tue May 17 14:37:57 2022 +0000
@@ -12,8 +12,9 @@
 extern DigitalIn arrow_left_button;
 extern DigitalIn arrow_up_button;
 extern DigitalIn arrow_down_button;
-extern int posicoes[10][4];
+extern int posicoes[12][4];
 
-void posicionamento (int ordem);
+
+void posicionamento (int ordem, int ordem_anterior);
 
 #endif
\ No newline at end of file