![]() |
McMajan Library Pack
v 2.00
Improve your Arduino !
|
#include "Ss_McIRDA_Int.h"
Go to the source code of this file.
Macros | |
#define | DAIKIN_ONE_SPACE 1270 |
#define | DAIKIN_ZERO_SPACE 425 |
#define | FNV_PRIME_32 16777619 |
#define | FNV_BASIS_32 2166136261 |
Functions | |
unsigned int | MATCH (unsigned int measured, unsigned int desired) |
unsigned int | MATCH_MARK (unsigned int measured_ticks, unsigned int desired_us) |
unsigned int | MATCH_SPACE (unsigned int measured_ticks, unsigned int desired_us) |
void | LongMicroDelay (unsigned int micros) |
ISR (TIMER_INTR_NAME) | |
Variables | |
volatile irparams_t | irparams |
#define DAIKIN_ONE_SPACE 1270 |
#define DAIKIN_ZERO_SPACE 425 |
#define FNV_BASIS_32 2166136261 |
Definition at line 1319 of file Ss_McIRDA.cpp.
#define FNV_PRIME_32 16777619 |
Definition at line 1318 of file Ss_McIRDA.cpp.
ISR | ( | TIMER_INTR_NAME | ) |
Definition at line 520 of file Ss_McIRDA.cpp.
void LongMicroDelay | ( | unsigned int | micros | ) |
unsigned int MATCH | ( | unsigned int | measured, |
unsigned int | desired | ||
) |
Definition at line 21 of file Ss_McIRDA.cpp.
unsigned int MATCH_MARK | ( | unsigned int | measured_ticks, |
unsigned int | desired_us | ||
) |
Definition at line 31 of file Ss_McIRDA.cpp.
unsigned int MATCH_SPACE | ( | unsigned int | measured_ticks, |
unsigned int | desired_us | ||
) |
Definition at line 45 of file Ss_McIRDA.cpp.
volatile irparams_t irparams |
Definition at line 14 of file Ss_McIRDA.cpp.