mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Increase soft I2C spin delay for H7P.
This commit is contained in:
parent
c7b2c24ec8
commit
ea2ef40fbe
@ -262,7 +262,7 @@
|
||||
#define SOFT_I2C_SIOD_READ() HAL_GPIO_ReadPin (SOFT_I2C_PORT, SOFT_I2C_SIOD_PIN)
|
||||
#define SOFT_I2C_SIOD_WRITE(bit) HAL_GPIO_WritePin(SOFT_I2C_PORT, SOFT_I2C_SIOD_PIN, bit);
|
||||
|
||||
#define SOFT_I2C_SPIN_DELAY 32
|
||||
#define SOFT_I2C_SPIN_DELAY 128
|
||||
|
||||
#define LEPTON_SPI (SPI3)
|
||||
#define LEPTON_SPI_AF (GPIO_AF6_SPI3)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user