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 bbac9d4 commit 85a7910Copy full SHA for 85a7910
ArduinoCore-API
cores/rp2040/Arduino.h
@@ -68,6 +68,7 @@ float analogReadTemp(); // Returns core temp in Centigrade
68
// PWM
69
void analogWrite(pin_size_t pinNumber, int value);
70
71
+// Timing
72
void delay(unsigned long);
73
void delayMicroseconds(unsigned int us);
74
unsigned long millis();
0 commit comments