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:
- 2:74c155c71eb5
- Parent:
- 1:02c938489de7
diff -r 02c938489de7 -r 74c155c71eb5 Cassaforte.h --- a/Cassaforte.h Tue Dec 04 11:50:39 2018 +0000 +++ b/Cassaforte.h Wed Dec 05 20:25:42 2018 +0000 @@ -4,9 +4,10 @@ int main(); void inizializza(); void scrivi(char parola[]); -void inserimento(char[],int); +void inserimento(char[],int,bool); +bool confronto(char[],int); void chiuso(); void aperto(); void menu(); -void alarm(); +void allarme(); #endif \ No newline at end of file