Hier
Code:
#include "asuro.h"
int main(void)
{
Init(); SerPrint("Start!\r\n");
unsigned char PS=0;
while(PS!=63)
{
PS=PollSwitch();
PrintLong(PS);
Msleep(1000);
}
while(1);
return(0);
}
EDIT:
Sch******! jetzt hab ich das Problem schon wieder
EDIT:
Jetzt geht's auf einmal doch!
Lesezeichen