![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Proyecto Nivel, Edgar Ochoa, Erik Garcia
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