Libreria Ochoa

Dependents:   ImpresionGrupo ProyectoLeds1

OchoaL.h

Committer:
verden32
Date:
2016-02-16
Revision:
5:d86c298d1dc8

File content as of revision 5:d86c298d1dc8:

#ifndef OchoaL
#define OchoaL
#include "mbed.h"
void out_8a(){
    
    salida=1;
    wait (.5);
    salida=0;
    wait (.5);
    }
#endif