File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1717
1818 #define SPI_TRANSFER_DELAY_US 2000
1919 // Test Pin Definitions
20- #define TEST_PIN_SYNC_IO 4 // IO_1
2120 #define TEST_PIN_SPI_SSEL 10 // IO_0
2221 #define TEST_PIN_ONEWIRE 7
2322
2423 #if defined(KIT_XMC47_RELAX )
2524 #define TEST_PIN_DIGITAL_IO_OUTPUT 3 // IO_4
2625 #define TEST_PIN_DIGITAL_IO_INPUT 2 // IO_3
2726 #define TEST_PIN_PULSE 5 // IO_2
27+ #define TEST_PIN_SYNC_IO 4 // IO_1
2828 #define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
2929 #define TEST_PIN_ANALOG_IO_VREF A2 // Pin connected to Vdd
3030 #define TEST_PIN_ANALOG_IO_DIVIDER A1 // Pin connected to voltage divider
3939 #define TEST_PIN_DIGITAL_IO_OUTPUT 4
4040 #define TEST_PIN_DIGITAL_IO_INPUT 25
4141 #define TEST_PIN_PULSE 6
42+ #define TEST_PIN_SYNC_IO 5 // IO_1
4243
4344 #define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
4445 #define TEST_PIN_ANALOG_IO_VREF A2 // Pin connected to Vdd
You can’t perform that action at this time.
0 commit comments