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 Servo KeypadLib TextLCD
Cassaforte.h@1:02c938489de7, 2018-12-04 (annotated)
- Committer:
- AndreaS97
- Date:
- Tue Dec 04 11:50:39 2018 +0000
- Revision:
- 1:02c938489de7
- Parent:
- 0:5f8790dfc90c
- Child:
- 2:74c155c71eb5
Yo
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Virgi97 | 0:5f8790dfc90c | 1 | #ifndef Cassaforte_H |
| Virgi97 | 0:5f8790dfc90c | 2 | #define Cassaforte_H |
| Virgi97 | 0:5f8790dfc90c | 3 | #include "mbed.h" |
| AndreaS97 | 1:02c938489de7 | 4 | int main(); |
| Virgi97 | 0:5f8790dfc90c | 5 | void inizializza(); |
| Virgi97 | 0:5f8790dfc90c | 6 | void scrivi(char parola[]); |
| AndreaS97 | 1:02c938489de7 | 7 | void inserimento(char[],int); |
| Virgi97 | 0:5f8790dfc90c | 8 | void chiuso(); |
| Virgi97 | 0:5f8790dfc90c | 9 | void aperto(); |
| AndreaS97 | 1:02c938489de7 | 10 | void menu(); |
| AndreaS97 | 1:02c938489de7 | 11 | void alarm(); |
| Virgi97 | 0:5f8790dfc90c | 12 | #endif |