MCPcopy Create free account
hub / github.com/MCUdude/MiniCore / tunedDelay

Method tunedDelay

avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:83–85  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

81
82/* static */
83inline void SoftwareSerial::tunedDelay(uint16_t delay) {
84 _delay_loop_2(delay);
85}
86
87// This function sets the current object as the "listening"
88// one and returns true if it replaces another

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected