[FIX] remove weird portd output in lcd

This commit is contained in:
Sem van der Hoeven
2021-03-24 11:32:03 +01:00
parent 956f42b129
commit fa20a79a22
4 changed files with 1132 additions and 1137 deletions

View File

@@ -55,7 +55,6 @@ void init_4bits_mode(void) {
DDRC = 0xFF; // PORTD(7) output, PORTD(6:0) input
PORTC = 0xFF;
DDRD = 0xFF;
DDRA = 0xFF;
PORTC = 0x00;
PORTA = 0x00;