From 0aa9376fa6c5c974910257c59ea6dd4e41ada21b Mon Sep 17 00:00:00 2001 From: Inamr Date: Wed, 6 Mar 2024 15:54:29 +0100 Subject: [PATCH] header fixed --- prosjekt.X/header.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prosjekt.X/header.h b/prosjekt.X/header.h index 4789bf9..0c836a5 100644 --- a/prosjekt.X/header.h +++ b/prosjekt.X/header.h @@ -64,8 +64,8 @@ void USART3_sendChar(char c); void USART3_sendString(char *str); static int USART3_printChar(char c, FILE *stream); uint16_t adcVal; -void led_init(void); +void sensor_init(void); void ADC0_init(void); uint16_t ADC0_read(); void ADC0_start(void); -bool ADC0_conersionDone(void); \ No newline at end of file +bool ADC0_conversionDone(void); \ No newline at end of file