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
perifericos.h
- Committer:
- ricardoparanhos
- Date:
- 2022-06-19
- Revision:
- 36:6e46a3e4df6c
- Parent:
- 28:84a60377564e
File content as of revision 36:6e46a3e4df6c:
#ifndef PERIFERICOS_H
#define PERIFERICOS_H
#include "mbed.h"
void acionar_perifericos (int color, int aciona_buzzer);
#endif
