Co-authored-by: clajimbus <clajimbus@users.noreply.github.com>
This commit is contained in:
@@ -4,5 +4,4 @@
|
||||
#define I2C_BMP280_ADDRESS 0x76
|
||||
|
||||
void BMP280_Init();
|
||||
uint8_t BMP280_DataReady();
|
||||
void BMP280_Read();
|
||||
bool BMP280_Read(float &temperature, float &pressure, float &altitude);
|
||||
Reference in New Issue
Block a user