完成ds1302时间的设置与读取
This commit is contained in:
parent
531f06616b
commit
f65b593f80
11 changed files with 672 additions and 488 deletions
|
|
@ -7,6 +7,8 @@
|
|||
#include "include/knob.h"
|
||||
#include "include/debug.h"
|
||||
#include "include/tft.h"
|
||||
#include "include/config.h"
|
||||
#include "include/time.h"
|
||||
|
||||
|
||||
/*
|
||||
|
|
@ -19,5 +21,6 @@ void pm_init(void)
|
|||
knob_init();
|
||||
st_base_init();
|
||||
tft_init();
|
||||
ds1302_init();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue