[add] init check

This commit is contained in:
stijn
2021-03-31 13:10:25 +02:00
parent 83863ec5f5
commit 03f4d72f16
24 changed files with 3237 additions and 84 deletions

View File

@@ -25,7 +25,7 @@ void lcd_strobe_lcd_e(void) {
sbi_porta(LCD_E); // E high
_delay_ms(1);
cbi_porta(LCD_E); // E low
_delay_ms(1);
_delay_ms(2);
}