Skip to content

add readPandT( ...) to library allowing much better bandwidth performance #30

@misc-protolabs

Description

@misc-protolabs

my local change to the library which appears to be fully operational:

//
/*!
@brief Performs a reading and returns the ambient pressure and temperature.
*/
/
/
void Adafruit_BMP3XX::readPandT( float* press, float* temp) {
performReading();
*press = pressure;
*temp = temperature;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions