Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Conversation

@matthijskooijman
Copy link

Turns out it is arduino::TwoWire on SAMD at least, so use decltype to derive the type of the Wire object (which should be standardized) and use that.

This fixes compiling the library on SAMD. This was broken by #54 in v1.2.0.

Turns out it is arduino::TwoWire on SAMD at least, so use decltype to
derive the type of the Wire object (which should be standardized) and
use that.

This fixes compiling the library on SAMD. This was broken by Sensirion#54 in
v1.2.0.
@matthijskooijman
Copy link
Author

matthijskooijman commented Mar 17, 2025

See also #23 (comment)

@qfisch
Copy link

qfisch commented Apr 2, 2025

@psachs Can you have a quick look ?
Cheers
Q

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants