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
- Committer:
- AndreaS97
- Date:
- 2018-12-05
- Revision:
- 2:74c155c71eb5
- Parent:
- 1:02c938489de7
File content as of revision 2:74c155c71eb5:
#ifndef Cassaforte_H
#define Cassaforte_H
#include "mbed.h"
int main();
void inizializza();
void scrivi(char parola[]);
void inserimento(char[],int,bool);
bool confronto(char[],int);
void chiuso();
void aperto();
void menu();
void allarme();
#endif