Skip to content

Conversation

EnzoPB
Copy link
Contributor

@EnzoPB EnzoPB commented Sep 23, 2025

This pull request adds the DPS310 barometric sensor gizmo (taken from Infineon/arduino-xensiv-dps3xx).

);

if (ret != 0) {
Serial.println("DPS310 init failed");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add:
delete pres;


#include "bar.h"
#include "../hal/MF_I2C.h"
#include "dps3/src/Dps3xx.h"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe remove src directory (move source one level down)
maybe rename directory to DPS310 to match gizmo name

@qqqlab qqqlab merged commit 9a41969 into qqqlab:main Sep 23, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants