Subversion Repositories BL-Ctrl

Compare Revisions

Ignore whitespace Rev 90 → Rev 91

/branches/V0.42_addr9-12_fix_ligi/main.c
266,7 → 266,7
void MotorTon(void)
//############################################################################
{
unsigned char ADR_TAB[9] = {0,0,2,1,3,4,5,6,7};
unsigned char ADR_TAB[13] = {0,0,2,1,3,4,5,6,7,8,9,10,11};
unsigned int timer = 300,i;
unsigned int t = 0;
unsigned char anz = 0,MosfetOkay = 0, grenze = 50;