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
Diff: Cassaforte.h
- Revision:
- 1:02c938489de7
- Parent:
- 0:5f8790dfc90c
- Child:
- 2:74c155c71eb5
--- a/Cassaforte.h Tue Dec 04 10:11:08 2018 +0000 +++ b/Cassaforte.h Tue Dec 04 11:50:39 2018 +0000 @@ -1,10 +1,12 @@ #ifndef Cassaforte_H #define Cassaforte_H #include "mbed.h" +int main(); void inizializza(); void scrivi(char parola[]); -void cambioCodice(); -void inserimento(); +void inserimento(char[],int); void chiuso(); void aperto(); +void menu(); +void alarm(); #endif \ No newline at end of file