File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 51
51
* 6: VREFINT
52
52
* 7: IN11 NC
53
53
* 8: IN12 AN_IN
54
- * 9: IN13 NC
54
+ * 9: IN13 NC (TEMP_MOSFET to make it compile)
55
55
* 10: IN15 ADC_EXT
56
56
* 11: IN10 TEMP_MOTOR
57
57
*/
68
68
#define ADC_IND_CURR2 3
69
69
#define ADC_IND_VIN_SENS 8
70
70
#define ADC_IND_EXT 10
71
+ #define ADC_IND_TEMP_MOS 9
71
72
#define ADC_IND_VREFINT 6
73
+ #define ADC_IND_TEMP_MOTOR 11
72
74
73
75
// ADC macros and settings
74
76
Original file line number Diff line number Diff line change 51
51
* 6: VREFINT
52
52
* 7: IN11 NC
53
53
* 8: IN12 AN_IN
54
- * 9: IN13 NC
54
+ * 9: IN13 NC (TEMP_MOSFET to make it compile)
55
55
* 10: IN15 ADC_EXT
56
56
* 11: IN10 TEMP_MOTOR
57
57
*/
68
68
#define ADC_IND_CURR2 3
69
69
#define ADC_IND_VIN_SENS 8
70
70
#define ADC_IND_EXT 10
71
+ #define ADC_IND_TEMP_MOS 9
71
72
#define ADC_IND_VREFINT 6
72
73
#define ADC_IND_TEMP_MOTOR 11
73
74
You can’t perform that action at this time.
0 commit comments