7 lines
79 B
C
7 lines
79 B
C
|
#pragma once
|
||
|
|
||
|
#include <inttypes.h>
|
||
|
|
||
|
void ADC0_Init();
|
||
|
int16_t ADC0_TR_DATA();
|