MCPcopy Create free account
hub / github.com/bdring/FluidNC / delay

Function delay

X86TestSupport/TestSupport/Arduino.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void delay(int ms) {
48 std::this_thread::sleep_for(std::chrono::milliseconds(ms));
49}
50
51int temperatureRead(void) {
52 return 22; // Nobody cares

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected