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@2:74c155c71eb5, 2018-12-05 (annotated)
- Committer:
- AndreaS97
- Date:
- Wed Dec 05 20:25:42 2018 +0000
- Revision:
- 2:74c155c71eb5
- Parent:
- 1:02c938489de7
Cassaforte 5.12.18
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 | 2:74c155c71eb5 | 7 | void inserimento(char[],int,bool); |
| AndreaS97 | 2:74c155c71eb5 | 8 | bool confronto(char[],int); |
| Virgi97 | 0:5f8790dfc90c | 9 | void chiuso(); |
| Virgi97 | 0:5f8790dfc90c | 10 | void aperto(); |
| AndreaS97 | 1:02c938489de7 | 11 | void menu(); |
| AndreaS97 | 2:74c155c71eb5 | 12 | void allarme(); |
| Virgi97 | 0:5f8790dfc90c | 13 | #endif |