Projeto_Mecatronico_Team / Mbed 2 deprecated Projeto_Mecatronico

Dependencies:   mbed filesystem TextLCD

Fork of Projeto_Mecatronico by Fernando Sakabe

Revision:
36:6e46a3e4df6c
Parent:
24:098413c4c0bb
--- a/posicionamento.h	Thu Jun 16 14:10:52 2022 +0000
+++ b/posicionamento.h	Sun Jun 19 20:51:53 2022 +0000
@@ -13,6 +13,7 @@
 extern DigitalIn arrow_up_button;
 extern DigitalIn arrow_down_button;
 extern int posicoes[12][4];
+extern DigitalOut laser;
 
 
 void posicionamento (int ordem, int ordem_anterior);