drivers/hdc1000: change renew_interval to a parameter#9386
drivers/hdc1000: change renew_interval to a parameter#9386MichelRottleuthner merged 1 commit intoRIOT-OS:masterfrom
Conversation
MichelRottleuthner
left a comment
There was a problem hiding this comment.
ACK (untested)
|
This PR hits the current I2C embargo. Sorry but we will have to wait the end of the I2C refactoring to merge it :( |
|
The big green button is still here but please do not click on it :) |
MichelRottleuthner
left a comment
There was a problem hiding this comment.
Blocking just to be sure nobody presses this nice green button before i2c refactoring is done and this PR is adapted ;)
|
@dylad, @MichelRottleuthner. |
|
Nobody work on it yet but i hope it will be done soon. If we merge this PR, we will face merge issue on the new_i2c_if branch when we will try to merge it to master. We don't want the burden of backporting to solve merge issue, so we should wait before merging it. |
|
@Hyungsin, since you have the hardware and know a bit the driver, maybe you could provide a PR to adapt hdc1000 to the new I2C interface ? |
|
You'll have to open a PR against new_i2c_if branch instead of master. |
ee7a1e6 to
9c1bd4d
Compare
|
@MichelRottleuthner, resolved conflict after the i2c refactoring is done. |
|
|
@Hyungsin why does your commit state "Your Name" as author? Played with your git config? ;) |
9c1bd4d to
fa2ea16
Compare
|
@MichelRottleuthner, My bad.... :( Good observation and I changed it! 👍 |
fa2ea16 to
c2cfc97
Compare
c2cfc97 to
88895bb
Compare
Contributions
This PR changes HDC1000_RENEW_INTERVAL to HDC1000_PARAM_RENEW_INTERVAL, as a parameter. This is for consistency with FXOS8700 driver in #8978.
Issues/PRs references
#8978