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:
- Virgi97
- Date:
- 2018-12-04
- Revision:
- 0:5f8790dfc90c
- Child:
- 1:02c938489de7
File content as of revision 0:5f8790dfc90c:
#ifndef Cassaforte_H
#define Cassaforte_H
#include "mbed.h"
void inizializza();
void scrivi(char parola[]);
void cambioCodice();
void inserimento();
void chiuso();
void aperto();
#endif