Updated the matrix to the real size

Fixed orientation missings
added the temperature wordmap
This commit is contained in:
Matthias Mitscherlich
2023-11-25 15:24:51 +01:00
parent edeaedeb07
commit 7c2b0d8d24
17 changed files with 723 additions and 48 deletions
+5
View File
@@ -84,6 +84,8 @@ class BMP280
bool setSensorMode(BMP280_Mode_t mode);
bool setSensorTemperatureOversampling(BMP280_Oversampling_t oversampling);
int getTemperature(void);
private:
struct CompensationParameters
@@ -148,6 +150,9 @@ class BMP280
void compensateTemperature(void);
void getPreasureValues(void);
void getTemperatureValues(void);
};