From 564e56fad6485c274aa21be4cd484ca7b70f8710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=87=E5=B3=B0?= Date: Sun, 24 Oct 2021 17:27:41 +0800 Subject: [PATCH] =?UTF-8?q?2krom=E5=86=99=E6=BB=A1=E4=BA=86=EF=BC=8C?= =?UTF-8?q?=E9=83=BD=E4=B8=8D=E7=9F=A5=E9=81=93=E6=80=8E=E4=B9=88=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 6148 -> 8196 bytes .cproject | 2 +- Core/Inc/main.h | 4 + Core/Src/main.c | 20 +- Debug/.DS_Store | Bin 0 -> 8196 bytes Debug/Core/.DS_Store | Bin 0 -> 6148 bytes Debug/Core/Src/main.su | 2 +- Debug/Motor_Controller2.bin | Bin 14428 -> 15892 bytes Debug/Motor_Controller2.list | 13134 ++++++++++++---------- Debug/Motor_Controller2.map | 1164 +- Debug/my_software/{flash.d => eeprom.d} | 9 +- Debug/my_software/eeprom.su | 4 + Debug/my_software/iic.d | 5 +- Debug/my_software/iic.su | 7 + Debug/my_software/my_code.d | 6 +- Debug/my_software/my_code.su | 2 +- Debug/my_software/subdir.mk | 6 +- Debug/objects.list | 2 +- Motor_Controller2.ioc | 22 +- my_software/eeprom.c | 88 + my_software/eeprom.h | 38 + my_software/flash.c | 14 - my_software/flash.h | 14 - my_software/iic.c | 97 + my_software/iic.h | 3 +- my_software/my_code.c | 20 +- my_software/my_code.h | 15 +- 27 files changed, 7967 insertions(+), 6711 deletions(-) create mode 100644 Debug/.DS_Store create mode 100644 Debug/Core/.DS_Store rename Debug/my_software/{flash.d => eeprom.d} (94%) create mode 100644 Debug/my_software/eeprom.su create mode 100644 my_software/eeprom.c create mode 100644 my_software/eeprom.h delete mode 100644 my_software/flash.c delete mode 100644 my_software/flash.h diff --git a/.DS_Store b/.DS_Store index 0664d048afcb60ac497fd6ec1d280c04f4c92d48..3c5791269e02785d046950b61d29d6808775f951 100644 GIT binary patch delta 563 zcmZoMXmOBWU|?W$DortDU;r^WfEYvza8E20o2aMAD7Z0TH}hr%jz7$c**Q2SHn1=X zZsuX}XRK#saA8PgNMa~uNcYUiPfp6oPXg%!;`Km0?>`s-SquzFDwE2K3!o}bB^Bgk z7MBMBtjCC z!ZK6K;{`;V^Ycm)GxJi5z`8S2Qh{n>!ZY(y^2?p_OY>5S!3G6GBsf7JUO=+C+R(&8 zN5RmLU)KkQeimIN$5v=|MYun~H po(;@g65K$(D=6wW3vzsCp3E=eIoY3wg9GSmP^w_q9M3a{833reiw^(* delta 116 zcmZp1XfcprU|?W$DortDU=RQ@Ie-{Mvv5r;6q~50$jH4hU^g=(_hudef5yqpLVA;v zg}o*}7Ovh{ypwS;I|qj#Gf*`U2yg=lSCGbyh2NPc^UHXGjA3Ac7zwh4VRJms9A*If CI~3ah diff --git a/.cproject b/.cproject index d27545f..3b02558 100644 --- a/.cproject +++ b/.cproject @@ -22,7 +22,7 @@