Skip to content

Commit 47367ef

Browse files
committed
tests: Added pwm frequencies.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent 9e1fbea commit 47367ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ static const float test_pwm_frequencies[] = {1, 50, 5000, 10000};
7272
#define TEST_PIN_ANALOG_IO_GND A0 // Pin connected to Ground
7373
#define TEST_ADC_MAX_VALUE 1023
7474
#define TEST_ADC_RESOLUTION 10 // ADC resolution
75+
static const float test_pwm_frequencies[] = {1, 50, 5000, 50000};
7576
#elif defined(KIT_XMC14_2GO)
7677
#define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
7778
#define TEST_PIN_ANALOG_IO_VREF A0 // Pin connected to Vdd

0 commit comments

Comments
 (0)