1
0
This commit is contained in:
Jose
2025-04-22 10:36:02 +02:00
parent 1b470ad910
commit 25382c3396
6 changed files with 68 additions and 52 deletions

View File

@@ -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);