PIC+MPLAB+ICD2

Pál Balázs pbalazs.pb at gmail.com
Sun Jun 24 16:22:45 CEST 2007


Ja és még annyi, hogy a fordító Hitech PICC 8.05, és a progi:

#include "pic.h"
#include "delay.h"

void main (void)
{	TRISB4 = 0;
	while (1)
	{	RB4 = 0;
		DelayMs(200);
		RB4 = 1;
		DelayMs (200);
	}
}

Üdv: P.B.




More information about the Elektro mailing list