Update Spi.py

This commit is contained in:
Konstantin Lampalzer 2022-01-21 15:50:48 +01:00 committed by GitHub
parent bbcbfa210f
commit 62f0b96d72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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