Hallo,
danke für eure Mühe,
habe die asuro.h drin weil ich sie dann sowieso brauche,
Init ist jetzt auch drin...
Jetzt habe ich erstmal versucht die BackLEDs nur auszuschalten
die linke LED geht an, allerdings nicht ganz hell.Code:#include "asuro.h" int main(void) { Init(); StatusLED(OFF); DDRC=(1<<PC1); DDRC=(1<<PC0); //beide BackLED aus ?????????? linke ist an!!!!!!!! PORTC=(0<<PC0); PORTC=(0<<PC1); while (1); return 0; }
Mit BackLED(OFF,OFF) sind beide LEDs wirklich ganz aus
???
Gruss
M.
Lesezeichen