dashboard
repositories
filestore
activity
search
login
main
/
build-rockchip
Rockchip build system
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add LCD datasheets
guowenxue
2024-06-25
8ad1e1703607cb3d9f4f3530b7ec54773a4bcaa0
[build-rockchip.git]
/
mcu_sdk
/
gd32f103
/
rk_eFire
/
App
/
Inc
/
app.h
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__ */