Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 148 → Rev 149

/branches/salvo_gierkompass/main.c
86,6 → 86,7
unsigned int timer;
unsigned int timer2 = 0;
 
 
DDRC = 0x01; // SCL
PORTC = 0xff; // Pullup SDA
DDRB = 0x1B; // LEDs und Druckoffset
111,7 → 112,7
rc_sum_init();
ADC_Init();
i2c_init();
 
sei();
 
VersionInfo.Hauptversion = VERSION_HAUPTVERSION;
172,7 → 173,7
UpdateMotor=0;
MotorRegler();
SendMotorData();
// ROT_OFF;
ROT_OFF;
if(PcZugriff) PcZugriff--;
if(SenderOkay) SenderOkay--;