1
0
This commit is contained in:
Jose
2025-04-11 10:05:43 +02:00
parent b02d3539cb
commit 0390edbb97
4 changed files with 0 additions and 0 deletions

17
hardware/lib/BMP280.cpp Normal file
View File

@@ -0,0 +1,17 @@
#include "BMP280.h"
void BMP280_Init()
{
}
uint8_t BMP280_DataReady()
{
}
void BMP280_Read(float &temperature, float &humidity, float &pressure, float &altitude)
{
}