This website requires JavaScript.
Explore
Help
Register
Sign In
pengsx
/
chargeController
Watch
1
Star
0
Fork
You've already forked chargeController
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8cd729d904
chargeController
/
APP
/
businessLogic
/
Inc
/
Init.h
12 lines
69 B
C
Raw
Normal View
History
Unescape
Escape
主要为添加adc采集+一些外设初始化
2024-12-07 09:52:46 +00:00
添加rtc
2024-12-16 09:28:12 +00:00
#
ifndef BL_INIT_H_
#
define BL_INIT_H_
主要为添加adc采集+一些外设初始化
2024-12-07 09:52:46 +00:00
void
Init
(
void
)
;
#
endif