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 4747 #define TEST_PIN_ANALOG_IO_GND A0 // Pin connected to Ground
4848 #define TEST_ADC_MAX_VALUE 1023
4949 #define TEST_ADC_RESOLUTION 10 // ADC resolution
50+ #elif defined(KIT_XMC11_BOOT_001 )
51+ #define TEST_PIN_DIGITAL_IO_OUTPUT 3 // IO_4
52+ #define TEST_PIN_DIGITAL_IO_INPUT 2 // IO_3
53+ #define TEST_PIN_PULSE 5 // IO_2
54+ #define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
55+ #define TEST_PIN_ANALOG_IO_VREF A2 // Pin connected to Vdd
56+ #define TEST_PIN_ANALOG_IO_DIVIDER A1 // Pin connected to voltage divider
57+ #define TEST_PIN_ANALOG_IO_GND A0 // Pin connected to Ground
58+ #define TEST_ADC_MAX_VALUE 1023
59+ #define TEST_ADC_RESOLUTION 10 // ADC resolution
5060
61+ #define TEST_PIN_ANALOG_IO_DAC 53
62+ #define TEST_PIN_ANALOG_IO_DAC_INPUT A3
5163 #elif defined(KIT_XMC14_2GO )
5264 #define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
5365 #define TEST_PIN_ANALOG_IO_VREF A0 // Pin connected to Vdd
You can’t perform that action at this time.
0 commit comments