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@28:84a60377564e, 2022-06-02 (annotated)
- Committer:
- ricardoparanhos
- Date:
- Thu Jun 02 23:20:44 2022 +0000
- Revision:
- 28:84a60377564e
- Parent:
- 27:cb310c1d2353
02/06/22 - 20h20m
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ricardoparanhos | 28:84a60377564e | 1 | #ifndef PERIFERICOS_H |
| ricardoparanhos | 28:84a60377564e | 2 | #define PERIFERICOS_H |
| ricardoparanhos | 28:84a60377564e | 3 | #include "mbed.h" |
| ricardoparanhos | 28:84a60377564e | 4 | |
| ricardoparanhos | 28:84a60377564e | 5 | void acionar_perifericos (int color, int aciona_buzzer); |
| ricardoparanhos | 28:84a60377564e | 6 | |
| ricardoparanhos | 28:84a60377564e | 7 | #endif |
