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

Function printTinyReceiverResultMinimal

src/TinyIRReceiver.hpp:501–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499 aSerial->println();
500}
501void printTinyReceiverResultMinimal(Print *aSerial) {
502 printTinyIRReceiverResultMinimal(aSerial);
503}
504
505#if !defined(STR_HELPER) && !defined(STR)
506// Helper macro for getting a macro definition as string

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected