libreria para boton

Fork of libreriaparaboton by gilberto gomez

gomez.h

Committer:
verden32
Date:
2016-02-17
Revision:
1:0e87be347df3
Parent:
0:aa1593c7fe2b

File content as of revision 1:0e87be347df3:

#ifndef GILBERTO  
#define GILBERTO
#include "mbed.h"



void gilberto_mensaje(){

    salida2=1;
    wait(.5);
    salida2=0;
    wait(.5);
    }



#endif