MCPcopy Create free account
hub / github.com/arkhipenko/TaskScheduler / delayMicroseconds

Function delayMicroseconds

tests/Arduino.h:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35inline void delayMicroseconds(unsigned long us) {
36 std::this_thread::sleep_for(std::chrono::microseconds(us));
37}
38
39// Mock digital I/O functions
40inline void pinMode(int pin, int mode) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected