We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6159ad2 commit 75f7ff4Copy full SHA for 75f7ff4
src/utils/Arduino_ScienceKitCarrier_definitions.h
@@ -50,7 +50,7 @@ const uint16_t MAXIMUM_AMPS{1}; // 1A
50
51
// External temperature connected on input A
52
#define OW_PIN digitalPinToPinName(INPUTA_PIN)
53
-#define EXTERNAL_TEMPERATURE_DISABLED -273.0; // absolute zero xD
+#define EXTERNAL_TEMPERATURE_DISABLED -273.15; // absolute zero xD
54
55
// Microphone - PDM on Arduino Nano RP2040 Connect
56
#define MICROPHONE_BUFFER_SIZE 512
0 commit comments