DIGITALES AVANZADOS / Mbed 2 deprecated equipo

Dependencies:   mbed

Committer:
prueba
Date:
Fri May 01 00:32:36 2020 +0000
Revision:
6:c3fbf215f1e8
Parent:
5:bc1cd988b755
ak

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dfmolanon 0:926129e024d7 1 #include "mbed.h"
dfmolanon 0:926129e024d7 2
dfmolanon 4:d0dc5b10726c 3 DigitalOut led(LED2);
dfmolanon 0:926129e024d7 4
dfmolanon 0:926129e024d7 5 int main() {
danielr2020 3:b79118f8dc22 6 //HOLA DANIELITO
danielr2020 3:b79118f8dc22 7 //COMO VA
danielr2020 3:b79118f8dc22 8 //ME PRESTA LUCA
prueba 6:c3fbf215f1e8 9 //mañana se las paso
dfmolanon 0:926129e024d7 10 while(1) {
dfmolanon 0:926129e024d7 11 myled = 1;
dfmolanon 2:d1fda51a728b 12 wait(0.5);
dfmolanon 0:926129e024d7 13 myled = 0;
danielr2020 5:bc1cd988b755 14 //ya que?
dfmolanon 4:d0dc5b10726c 15 wait(0.5);
dfmolanon 0:926129e024d7 16 }
dfmolanon 0:926129e024d7 17 }