Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit bbb3fe0

Browse files
fix Thermocouple readings
1 parent 5edf8d8 commit bbb3fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/utility/THERMOCOUPLE/MAX31855.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class MAX31855Class {
4141
private:
4242
uint32_t readSensor();
4343
float _coldOffset;
44-
int _cs;
44+
PinName _cs;
4545
SPIClass* _spi;
4646
SPISettings _spiSettings;
4747

0 commit comments

Comments
 (0)