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 817a057 commit a84b45fCopy full SHA for a84b45f
cores/rp2040/Arduino.h
@@ -97,7 +97,7 @@ void *pcalloc(size_t count, size_t size);
97
// ADC RP2040-specific calls
98
void analogReadResolution(int bits);
99
#ifdef __cplusplus
100
-float analogReadTemp(float vref = 3.3); // Returns core temp in Centigrade
+float analogReadTemp(float vref = 3.3f); // Returns core temp in Centigrade
101
#endif
102
103
// PWM RP2040-specific calls
0 commit comments