struct rts_timings RTS_TIMINGS_SITUO5
Timings as measured from a physical Situio5 remote.
Definition rts_timings.c:4
struct rts_timings * RTS_TIMINGS_DEFAULT
Default timings, suitable for most application.
Definition rts_timings.c:15
Timing definitions for encoding and decoding frames to pulses.
Definition rts_timings.h:31
uint16_t preamble_high
Width of the high part of a "preamble", in microseconds.
Definition rts_timings.h:39
uint16_t sync_low
Width of the low part of a "software sync", in microseconds.
Definition rts_timings.h:48
uint16_t wakeup_low
Width of the low part of a "wakeup pulse", in microseconds.
Definition rts_timings.h:36
uint16_t preamble_low
Width of the low part of a "preamble", in microseconds.
Definition rts_timings.h:42
uint16_t frame_sleep
Width of an inter-frame sleep (low), in microseconds.
Definition rts_timings.h:54
uint16_t symbol
Width of a data symbol (either high or low), in microseconds.
Definition rts_timings.h:51
uint16_t sync_high
Width of the high part of a "software sync", in microseconds.
Definition rts_timings.h:45
uint16_t wakeup_high
Width of the high part of a "wakeup pulse", in microseconds.
Definition rts_timings.h:33