Subversion Repositories BL-Ctrl

Rev

Rev 90 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 90 Rev 91
Line 264... Line 264...
264
#define LOW_C_EIN  PORTD |= 0x20
264
#define LOW_C_EIN  PORTD |= 0x20
Line 265... Line 265...
265
 
265
 
266
void MotorTon(void)
266
void MotorTon(void)
267
//############################################################################
267
//############################################################################
268
{
268
{
269
    unsigned char ADR_TAB[9] = {0,0,2,1,3,4,5,6,7};
269
    unsigned char ADR_TAB[13] = {0,0,2,1,3,4,5,6,7,8,9,10,11};
270
    unsigned int timer = 300,i;
270
    unsigned int timer = 300,i;
271
    unsigned int t = 0;
271
    unsigned int t = 0;
Line 272... Line 272...
272
    unsigned char anz = 0,MosfetOkay = 0, grenze = 50;
272
    unsigned char anz = 0,MosfetOkay = 0, grenze = 50;