MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / dumpDurationHex

Function dumpDurationHex

src/ir_Pronto.hpp:227–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227static void dumpDurationHex(Print *aSerial, uint32_t duration, uint16_t timebase) {
228 dumpNumberHex(aSerial, (duration + timebase / 2) / timebase);
229}
230
231/*
232 * Compensate received values by MARK_EXCESS_MICROS, like it is done for decoding!

Callers 1

Calls 1

dumpNumberHexFunction · 0.85

Tested by

no test coverage detected