Auto stash before merge of "main" and "origin/main"

This commit is contained in:
stijn
2021-03-31 09:32:16 +02:00
parent 692561f12d
commit ef42dae5a0
29 changed files with 4322 additions and 995 deletions

View File

@@ -52,7 +52,7 @@ int main(void)
/* Replace with your application code */
DDRF = 0x00; // set port F input.
DDRE = 0xFF; // all port A output.
adcInit();
init_4bits_mode();
_delay_ms(10);
@@ -72,7 +72,7 @@ int main(void)
wait(10);
lcd_write_integer(getADCValue());
lcd_write_integer((getADCValue()));
}
previousValue = number;