Accidentally commented out some encoder tests, fixed.

This commit is contained in:
PAJohnson
2020-06-23 22:25:19 +01:00
parent 8ab640f387
commit ea99feaeb9
+3 -3
View File
@@ -504,9 +504,9 @@ class TestSpiEncoder(TestEncoderBase):
if __name__ == '__main__':
test_runner.run([
#TestIncrementalEncoder(),
#TestSinCosEncoder(),
#TestHallEffectEncoder(),
TestIncrementalEncoder(),
TestSinCosEncoder(),
TestHallEffectEncoder(),
TestSpiEncoder(ENCODER_MODE_SPI_ABS_AMS),
TestSpiEncoder(ENCODER_MODE_SPI_ABS_CUI),
])