Update Spi.py
This commit is contained in:
parent
bbcbfa210f
commit
62f0b96d72
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue