-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Boards: Shields: Add Adafruit LIS3DH accelerometer shield #94296
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add
- platform:adafruit_qt_py_rp2040:SHIELD=adafruit_lis3dh
in
extra_args: EXTRA_CONF_FILE=sensors_die_temp.conf |
so that the shield gets checked in CI.
Edit: not sure if that is going to work, or if it's the right place for it.
@JarmouniA I do not find any other references to shields in that file? |
Yeah, I believe it's only done for display shields for now, see
Would be good to have the same for other types of shields as well. |
Add the Adafruit LIS3DH I2C accelerometer shield. The picture is from the Adafruit product page. Signed-off-by: Jonas Berg <[email protected]>
|
@JarmouniA I did add the test for the shield to a sample that actually uses the accelerometer. |
@@ -59,3 +59,9 @@ tests: | |||
- SNIPPET="rtt-tracing;rtt-console" | |||
platform_allow: | |||
- apard32690/max32690/m4 | |||
sample.sensor.accel_polling.shields: | |||
build_only: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build_only: true |
Add the Adafruit LIS3DH I2C accelerometer shield.
The picture is from the Adafruit product page.