From 01651cf7f205cd31028f0f3555e8a7d163751df3 Mon Sep 17 00:00:00 2001 From: makerbase-motor <38064527+makerbase-motor@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:47:23 +0800 Subject: [PATCH] Close ADC-15, channel 16 --- hwconf/makerbase/75_100/hw_mksesc_75_100_core.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/hwconf/makerbase/75_100/hw_mksesc_75_100_core.h b/hwconf/makerbase/75_100/hw_mksesc_75_100_core.h index 74f06553..e07609c4 100644 --- a/hwconf/makerbase/75_100/hw_mksesc_75_100_core.h +++ b/hwconf/makerbase/75_100/hw_mksesc_75_100_core.h @@ -111,8 +111,8 @@ #define ADC_IND_EXT2 7 #define ADC_IND_EXT3 10 #define ADC_IND_TEMP_MOS 8 -#define ADC_IND_TEMP_MOS_2 15 -#define ADC_IND_TEMP_MOS_3 16 +//#define ADC_IND_TEMP_MOS_2 15 +//#define ADC_IND_TEMP_MOS_3 16 #define ADC_IND_TEMP_MOTOR 9 #define ADC_IND_VREFINT 12 @@ -134,9 +134,7 @@ #define CURRENT_AMP_GAIN 20.0 #endif #ifndef CURRENT_SHUNT_RES - #if defined (HW75_100_OLD) - #define CURRENT_SHUNT_RES (0.0005 / 3.0) - #endif +#define CURRENT_SHUNT_RES (0.0005 / 3.0) #endif // Input voltage @@ -297,4 +295,4 @@ // HW-specific functions -#endif /* HW_MKSESC_75_100_CORE_H_ */ \ No newline at end of file +#endif /* HW_MKSESC_75_100_CORE_H_ */