Hmmmmm....
Danke schonmal SeaLion!

Hab heut alles so ausprobiert - mit folgendem Code (bei dem aber leider nichts funktioniert) Könt ihr mir helfen???



#include "blinken.h"

void main() {

set_tris_a(0);
set_tris_b(0);

setup_counters(RTCC_INTERNAL,RTCC_DIV_2);

while (1)
{
output_high(PIN_A4);
output_low(PIN_A5);

}
}

#include <12F675.h>
#use delay(clock=4000000)
#fuses XT,NOWDT