Proyecto Nivel, Edgar Ochoa, Erik Garcia

Dependencies:   MMA8451Q mbed

adcBasic.h

Committer:
verden32
Date:
2016-02-15
Revision:
41:20830add1e32
Parent:
9:4c0271cd6e49

File content as of revision 41:20830add1e32:

#ifndef ADCBASIC
#define ADCBASIC

#include "mbed.h"
void mensaje(){
    DigitalOut Do1(D0);
    Do1=1;
}

#endif