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.
Dependencies: mbed filesystem TextLCD
Fork of Projeto_Mecatronico by
Diff: perifericos.h
- Revision:
- 28:84a60377564e
- Parent:
- 27:cb310c1d2353
--- a/perifericos.h Mon May 30 11:26:46 2022 +0000 +++ b/perifericos.h Thu Jun 02 23:20:44 2022 +0000 @@ -0,0 +1,7 @@ +#ifndef PERIFERICOS_H +#define PERIFERICOS_H +#include "mbed.h" + +void acionar_perifericos (int color, int aciona_buzzer); + +#endif \ No newline at end of file
