MCPcopy Index your code
hub / github.com/arduino/Arduino / sleep

Method sleep

app/src/processing/app/macosx/ThinkDifferent.java:133–139  ·  view source on GitHub ↗
(int millis)

Source from the content-addressed store, hash-verified

131 }
132
133 private static void sleep(int millis) {
134 try {
135 Thread.sleep(millis);
136 } catch (InterruptedException e) {
137 //ignore
138 }
139 }
140
141}

Callers 15

waitForBaseMethod · 0.95
waitForUploadPortMethod · 0.80
serviceResolvedMethod · 0.80
runMethod · 0.80
pullFunction · 0.80
runMethod · 0.80
SerialMonitorMethod · 0.80
tryConnectMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected