so... hier mal der Programm Code.... aber bei dem programm kann man doch nichts falsch machen oder?
edit: Ist es eigentlich normal, das ein programm mit mehr als 10 zeilen in der hex file gleich groß ist wie eines mit 4 oder fünf zeilen?Code:#include "asuro.h" int main(void) { Init(); StatusLED(YELLOW); while(1); return 0; }
Lesezeichen