Laboratorio CAD / Mbed 2 deprecated Cassaforte5dic18

Dependencies:   mbed Servo KeypadLib TextLCD

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?

UserRevisionLine numberNew 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