Close ADC-15, channel 16

This commit is contained in:
makerbase-motor 2024-01-08 18:47:23 +08:00 committed by GitHub
parent ad7850e630
commit 01651cf7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -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_ */
#endif /* HW_MKSESC_75_100_CORE_H_ */