diff --git a/compLib/Spi.py b/compLib/Spi.py index 88cc1eb..731d75a 100644 --- a/compLib/Spi.py +++ b/compLib/Spi.py @@ -8,7 +8,7 @@ from compLib.LogstashLogging import Logging SPI_BUS = 1 SPI_DEVICE = 2 -SPI_SPEED = 4000000 +SPI_SPEED = 1000000 SPI_BUFFER_SIZE = 32 SPI_HEALTH = True