Zitat Zitat von rocketman123
Hallo,
hier ist mein text:

------------------------------------
#include "asuro.h"

int main(void)
{
Init();

StatusLED(RED);

while(1);
return 0;
}-----------------------------------------
die text.hex datei hat sich auch vom datum her aktualisiert. passt also??
Probier mal StatusLED(GREEN) statt RED.
Bei mir ist nämlich Rot und Grün vertauscht gewesen, vielleicht ists bei dir ja auch so!