File tree 4 files changed +5
-8
lines changed
4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -309,9 +309,9 @@ PinName analogInputToPinName(uint32_t pin);
309
309
#ifndef ADC_RESOLUTION
310
310
#define ADC_RESOLUTION 12
311
311
#endif
312
- #ifndef DACC_RESOLUTION
312
+
313
313
#define DACC_RESOLUTION 12
314
- #endif
314
+
315
315
#ifndef PWM_RESOLUTION
316
316
#define PWM_RESOLUTION 8
317
317
#endif
Original file line number Diff line number Diff line change @@ -123,11 +123,10 @@ extern "C" {
123
123
#define NUM_ANALOG_INPUTS 14
124
124
#define NUM_ANALOG_FIRST 44
125
125
126
- // Below ADC, DAC and PWM definitions already done in the core
126
+ // Below ADC and PWM definitions already done in the core
127
127
// Could be redefined here if needed
128
128
// ADC resolution is 12bits
129
129
//#define ADC_RESOLUTION 12
130
- //#define DACC_RESOLUTION 12
131
130
132
131
// PWM resolution
133
132
//#define PWM_RESOLUTION 8
Original file line number Diff line number Diff line change @@ -140,11 +140,10 @@ extern "C" {
140
140
#define NUM_ANALOG_INPUTS 14
141
141
#define NUM_ANALOG_FIRST 80
142
142
143
- // Below ADC, DAC and PWM definitions already done in the core
143
+ // Below ADC and PWM definitions already done in the core
144
144
// Could be redefined here if needed
145
145
// ADC resolution is 12bits
146
146
//#define ADC_RESOLUTION 12
147
- //#define DACC_RESOLUTION 12
148
147
149
148
// PWM resolution
150
149
//#define PWM_RESOLUTION 8
Original file line number Diff line number Diff line change @@ -68,11 +68,10 @@ extern "C" {
68
68
// First analog pin value (A0) must be greater than or equal to NUM_ANALOG_INPUTS
69
69
#define NUM_ANALOG_FIRST 0
70
70
71
- // Below ADC, DAC and PWM definitions already done in the core
71
+ // Below ADC and PWM definitions already done in the core
72
72
// Could be redefined here if needed
73
73
// ADC resolution is 12bits
74
74
//#define ADC_RESOLUTION 12
75
- //#define DACC_RESOLUTION 12
76
75
77
76
// PWM resolution
78
77
//#define PWM_RESOLUTION 8
You can’t perform that action at this time.
0 commit comments