Small potential fixes after real world experience with SPI

This commit is contained in:
Theodor Teslia
2023-03-09 20:12:36 +01:00
parent 71b9753860
commit e5181b23cd
2 changed files with 13 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ namespace sta {
_4096 = 4
};
MS5607(SpiDevice* device, OsrLevel osr);
MS5607(SpiDevice* device, OsrLevel osr=OsrLevel::_1024);
int32_t getPressure();
int32_t getTemperature();