lab1 para curso mbed FIME

Dependencies:   mbed

LED_RGB.h

Committer:
Alonso
Date:
2015-05-24
Revision:
0:b51a19b7d220

File content as of revision 0:b51a19b7d220:

#ifndef _LED_RGB_H
#define _LED_RGB_H


void RGB_BLINK(unsigned int retardo_ms);

#endif