23 for (
unsigned int i = 0U; i < count; i++) {
26 stream.print((i & 1U) ?
'-' :
'+');
uint16_t microseconds_t
Type for durations in micro seconds.
virtual size_t getDataLength() const =0
Returns the number of collected durations.
IrSequence * toIrSequence() const
Generates an IrSequence from the IrReader.
virtual void dump(Stream &stream) const
Prints a textual representation of the received data to the Stream supplied.
virtual microseconds_t getDuration(unsigned int index) const =0
Returns the index-th duration, if possible.
This class consists of a vector of durations.