File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 4646 #define TEST_PIN_ANALOG_IO_GND A0 // Pin connected to Ground
4747 #define TEST_ADC_MAX_VALUE 1023
4848 #define TEST_ADC_RESOLUTION 10 // ADC resolution
49+ #elif defined(KIT_XMC11_BOOT_001 )
50+ #define TEST_PIN_DIGITAL_IO_OUTPUT 3 // IO_4
51+ #define TEST_PIN_DIGITAL_IO_INPUT 2 // IO_3
52+ #define TEST_PIN_PULSE 5 // IO_2
53+ #define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
54+ #define TEST_PIN_ANALOG_IO_VREF A2 // Pin connected to Vdd
55+ #define TEST_PIN_ANALOG_IO_DIVIDER A1 // Pin connected to voltage divider
56+ #define TEST_PIN_ANALOG_IO_GND A0 // Pin connected to Ground
57+ #define TEST_ADC_MAX_VALUE 1023
58+ #define TEST_ADC_RESOLUTION 10 // ADC resolution
4959
60+ #define TEST_PIN_ANALOG_IO_DAC 53
61+ #define TEST_PIN_ANALOG_IO_DAC_INPUT A3
5062 #elif defined(KIT_XMC14_2GO )
5163 #define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
5264 #define TEST_PIN_ANALOG_IO_VREF A0 // Pin connected to Vdd
You can’t perform that action at this time.
0 commit comments