lab1 para curso mbed FIME

Dependencies:   mbed

Committer:
Alonso
Date:
Sun May 24 04:13:47 2015 +0000
Revision:
0:b51a19b7d220
lab1 para curso mbed FIME

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Alonso 0:b51a19b7d220 1 #ifndef _LED_RGB_H
Alonso 0:b51a19b7d220 2 #define _LED_RGB_H
Alonso 0:b51a19b7d220 3
Alonso 0:b51a19b7d220 4
Alonso 0:b51a19b7d220 5 void RGB_BLINK(unsigned int retardo_ms);
Alonso 0:b51a19b7d220 6
Alonso 0:b51a19b7d220 7 #endif