Está en la página 1de 2

Instituto Tecnológico De Matamoros

Microcontroladores
Profesor: Daniel Gonzalo Galván Rodríguez
Alumnos:
Avalos Guevara Rubén Ildefonso 15260684

Jonathan Eguía Guillen 15260704

Edgar Iván Lozano García 15260048


// PARPADEO de Led con PIC18F2550

#include<p18f2550.h>
#include<delays.h>

Void main(void)
{
TRISB = 0x00;
LATB= 0x00;
Delays10KTCYx(40);
PORTB= 0x01;
Delay10KTCYx(40);
}

INSTRUCCIONES:

También podría gustarte