Skip to content

Commit 75f7ff4

Browse files
committed
corrected Kelvin 0 absolute temperature
1 parent 6159ad2 commit 75f7ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/Arduino_ScienceKitCarrier_definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const uint16_t MAXIMUM_AMPS{1}; // 1A
5050

5151
// External temperature connected on input A
5252
#define OW_PIN digitalPinToPinName(INPUTA_PIN)
53-
#define EXTERNAL_TEMPERATURE_DISABLED -273.0; // absolute zero xD
53+
#define EXTERNAL_TEMPERATURE_DISABLED -273.15; // absolute zero xD
5454

5555
// Microphone - PDM on Arduino Nano RP2040 Connect
5656
#define MICROPHONE_BUFFER_SIZE 512

0 commit comments

Comments
 (0)