Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: funcoes_ihm.h
- Revision:
- 62:858c3f22c337
- Parent:
- 58:d573b618f45a
--- a/funcoes_ihm.h Mon Jun 01 17:14:49 2020 +0000 +++ b/funcoes_ihm.h Mon Jun 01 18:35:42 2020 +0000 @@ -3,7 +3,7 @@ #define funcoes_ihm_H #include "TextLCD.h" //funcoes para as telas da IHM - +void cls(void); void funcao_inicio(void); void funcao_tela_zera(void); void funcao_pega1(void);