diff --git a/EmbeddedSystemsTHM/Taster.c b/EmbeddedSystemsTHM/Taster.c index 39605e5..19278fb 100644 --- a/EmbeddedSystemsTHM/Taster.c +++ b/EmbeddedSystemsTHM/Taster.c @@ -9,14 +9,14 @@ void Taster_init(void){ } uint8_t Taster1_get(void){ - return PIND&(1<<7); + return ((PIND & (1<