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
class LSM9DS0_SPI(LSM9DS0): """Driver for the LSM9DS0 connected over SPI.""" # pylint: disable=no-member def __init__(self, spi, xmcs, gcs): self._gyro_device = spi_device.I2CDevice(spi, gcs) self._xm_device = spi_device.I2CDevice(spi, xmcs) super().__init__()
NOTE: same issue was fixed for LSM9DS1. There, the SPI settings for phase and polarity were also incorrect. Need to check those here also.
The text was updated successfully, but these errors were encountered:
Actually, may be moot. Item is discontinued. https://www.adafruit.com/product/2021
Sorry, something went wrong.
it is disco'd but id like to still support it anyhow - it just went out of manufacture like this month and a lot of people have em
Done by #11
caternuson
No branches or pull requests
NOTE: same issue was fixed for LSM9DS1. There, the SPI settings for phase and polarity were also incorrect. Need to check those here also.
The text was updated successfully, but these errors were encountered: