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@0:5f8790dfc90c, 2018-12-04 (annotated)
- Committer:
- Virgi97
- Date:
- Tue Dec 04 10:11:08 2018 +0000
- Revision:
- 0:5f8790dfc90c
- Child:
- 1:02c938489de7
Cassciaforte
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" |
| Virgi97 | 0:5f8790dfc90c | 4 | void inizializza(); |
| Virgi97 | 0:5f8790dfc90c | 5 | void scrivi(char parola[]); |
| Virgi97 | 0:5f8790dfc90c | 6 | void cambioCodice(); |
| Virgi97 | 0:5f8790dfc90c | 7 | void inserimento(); |
| Virgi97 | 0:5f8790dfc90c | 8 | void chiuso(); |
| Virgi97 | 0:5f8790dfc90c | 9 | void aperto(); |
| Virgi97 | 0:5f8790dfc90c | 10 | #endif |