Go to the source code of this file.
Macros | |
#define | TimeSlot 290000 |
Functions | |
int | SendOldElroRfCode (unsigned char Address, unsigned char Action) |
Send the OldElro RF Code. More... | |
int | SendOldElroPostamble (void) |
Send the OldElro RF Postamble ( 1 Timeslot on, 31 timeslots off ) More... | |
int | SendOldElroBit (int Bit) |
Send a bit of an OldElro RF code with the correct timing. More... | |
int | GetOldElroCommandsBy (char *NameToFind) |
Find the given name in a table with names and codes and return an index to the name and the codes. More... | |
int GetOldElroCommandsBy | ( | char * | NameToFind | ) |
Find the given name in a table with names and codes and return an index to the name and the codes.
lookup the code by name and return an index to it
Name |
Definition at line 15 of file GetOldElroCommandsBy.c.
int SendOldElroBit | ( | int | Bit | ) |
Send a bit of an OldElro RF code with the correct timing.
Send a bit with the OldElro encoding
Bit | ( 0 or 1 ) |
Definition at line 46 of file SendOldElroBit.c.
int SendOldElroPostamble | ( | void | ) |
Send the OldElro RF Postamble ( 1 Timeslot on, 31 timeslots off )
Send the OldElro Postamble
Definition at line 12 of file SendOldElroPostamble.c.
int SendOldElroRfCode | ( | unsigned char | Address, |
unsigned char | Action | ||
) |
Send the OldElro RF Code.
Send the OldElro RF code containing an address and an action
Definition at line 11 of file SendOldElroRfCode.c.