android
2024-06-25 aa38e5c1f48e31213ee349aa5cd6f06c85bda70d
1
2
3
4
5
6
7
#ifndef __APP_H__
#define __APP_H__
 
int8_t Board_USART_Process(void);
void ADC_Sample(void);
 
#endif /*End of __APP_H__ */