RobTillaart / MS5611

Arduino library for MS5611 temperature and pressure sensor
MIT License
17 stars 5 forks source link

Updated oversampling timings and information #15

Closed LyricPants66133 closed 2 years ago

LyricPants66133 commented 2 years ago

Updated version to 3.2.1 Updated reset and oversampling timings to be that of the datasheet to reduce time spent waiting Added more information to Oversampling Datatable

It would also be nice to be able to create repo branches instead of having to fork.

RobTillaart commented 2 years ago

It would also be nice to be able to create repo branches instead of having to fork.

forking is just another way to branch. you could even setup the workflows to run some tests.

RobTillaart commented 2 years ago

@LyricPants66133

Can you see performance differences with your optimized timing? (with the performance sketch)

RobTillaart commented 2 years ago

@LyricPants66133

FYI, this PR is partly "reverted" in 0.3.6. The timing array in convert was based upon the TYPICAL times, and it is replaced by the rounded MAX times from the datasheet. Rationale is that some sensors failed as timing was too strict.

Furthermore the delayMicroseconds is replaced by an RTOS friendly variation.