1
0

Merge branch 'main' into feature/bmp280

This commit is contained in:
Jose
2025-04-28 10:51:31 +02:00
committed by GitHub
11 changed files with 62 additions and 72 deletions

View File

@@ -0,0 +1,8 @@
#include <Wire.h>
#include <BMP280_DEV.h>
#define I2C_BMP280_ADDRESS 0x76
void BMP280_Init();
uint8_t BMP280_DataReady();
void BMP280_Read();