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