header fixed
This commit is contained in:
parent
d2a74fb024
commit
0aa9376fa6
@ -64,8 +64,8 @@ void USART3_sendChar(char c);
|
|||||||
void USART3_sendString(char *str);
|
void USART3_sendString(char *str);
|
||||||
static int USART3_printChar(char c, FILE *stream);
|
static int USART3_printChar(char c, FILE *stream);
|
||||||
uint16_t adcVal;
|
uint16_t adcVal;
|
||||||
void led_init(void);
|
void sensor_init(void);
|
||||||
void ADC0_init(void);
|
void ADC0_init(void);
|
||||||
uint16_t ADC0_read();
|
uint16_t ADC0_read();
|
||||||
void ADC0_start(void);
|
void ADC0_start(void);
|
||||||
bool ADC0_conersionDone(void);
|
bool ADC0_conversionDone(void);
|
||||||
Loading…
Reference in New Issue
Block a user