master
David Fainitski 2020-03-22 11:04:25 -07:00 zatwierdzone przez GitHub
rodzic 750ab2643e
commit c98bd9c6f3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -33,7 +33,7 @@ void main() {
if(RCON.B3==0) Restart = 1;
pic_init();
//
Delay_ms (100);
Delay_ms (300);
asm CLRWDT;
cells_init();
Soft_I2C_Init();
@ -43,7 +43,7 @@ void main() {
}
dysp_cnt = Dysp_delay * dysp_cnt_mult;
//
Delay_ms(200);
Delay_ms(300);
asm CLRWDT;
if(PORTB.B1==0 & PORTB.B2==0) { // Test mode
Test = 1;
@ -817,4 +817,4 @@ void cells_init(void) {
asm CLRWDT;
return;
}
}