[spid] double Rx/Tx delay to 20ms to accomodate for gd commands
This commit is contained in:
parent
9deaf89d04
commit
0878114479
|
@ -33,7 +33,7 @@ local DEBUG = (arg[1] == '-d')
|
||||||
local SPI_DEV = '/dev/spidev0.0'
|
local SPI_DEV = '/dev/spidev0.0'
|
||||||
local SPI_MAX_CLK_SPEED_HZ = 1e6
|
local SPI_MAX_CLK_SPEED_HZ = 1e6
|
||||||
local SPI_MIN_BYTE_DELAY_US = 250
|
local SPI_MIN_BYTE_DELAY_US = 250
|
||||||
local SPI_TX_RX_DELAY_NS = 1e7
|
local SPI_TX_RX_DELAY_NS = 2e7
|
||||||
local SPI_CT_DELAY_NS = 5e8
|
local SPI_CT_DELAY_NS = 5e8
|
||||||
local POLL_TIMEOUT_MS = 100
|
local POLL_TIMEOUT_MS = 100
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue