We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff20446 commit e05454cCopy full SHA for e05454c
1 file changed
tests/test_spi.py
@@ -30,7 +30,7 @@
30
CS = "LA3"
31
SPIMaster._primary_prescaler = PPRE = 0
32
SPIMaster._secondary_prescaler = SPRE = 0
33
-PWM_FERQUENCY = SPIMaster._frequency * 2 / 3
+PWM_FERQUENCY = 166666.67
34
MICROSECONDS = 1e-6
35
RELTOL = 0.05
36
# Number of expected logic level changes.
0 commit comments