We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @cparata it seems the library does not follows the standard Arduino SPI API as the CS_PIN is passed to begin()
CS_PIN
begin()
X-NUCLEO-53L8A1/examples/X_NUCLEO_53L8A1_HelloWorld_SPI/X_NUCLEO_53L8A1_HelloWorld_SPI.ino
Line 86 in 89e0493
X-NUCLEO-53L8A1/examples/X_NUCLEO_53L8A1_MultiSensorRanging_SPI/X_NUCLEO_53L8A1_MultiSensorRanging_SPI.ino
Line 88 in 89e0493
X-NUCLEO-53L8A1/examples/X_NUCLEO_53L8A1_ThresholdDetection_SPI/X_NUCLEO_53L8A1_ThresholdDetection_SPI.ino
Line 94 in 89e0493
Since I've aligned the API, the library cannot build. stm32duino/Arduino_Core_STM32#2171
Anyway without this change, I think the CS_PIN is not required here as the VL53L8CX library manage itself the CS pin https://github.com/stm32duino/VL53L8CX/blob/7656f3dbe704aa7d40383bde1a877918613317aa/src/platform.cpp#L131C19-L134
The text was updated successfully, but these errors were encountered:
Fixed in release 1.0.1
Sorry, something went wrong.
No branches or pull requests
Hi @cparata
it seems the library does not follows the standard Arduino SPI API as the
CS_PIN
is passed tobegin()
X-NUCLEO-53L8A1/examples/X_NUCLEO_53L8A1_HelloWorld_SPI/X_NUCLEO_53L8A1_HelloWorld_SPI.ino
Line 86 in 89e0493
X-NUCLEO-53L8A1/examples/X_NUCLEO_53L8A1_MultiSensorRanging_SPI/X_NUCLEO_53L8A1_MultiSensorRanging_SPI.ino
Line 88 in 89e0493
X-NUCLEO-53L8A1/examples/X_NUCLEO_53L8A1_ThresholdDetection_SPI/X_NUCLEO_53L8A1_ThresholdDetection_SPI.ino
Line 94 in 89e0493
Since I've aligned the API, the library cannot build.
stm32duino/Arduino_Core_STM32#2171
Anyway without this change, I think the CS_PIN is not required here as the VL53L8CX library manage itself the CS pin
https://github.com/stm32duino/VL53L8CX/blob/7656f3dbe704aa7d40383bde1a877918613317aa/src/platform.cpp#L131C19-L134
The text was updated successfully, but these errors were encountered: