#include <msp430xG461x.h>
#include "irda.h"
Include dependency graph for irda.c:

Go to the source code of this file.
Functions | |
| void | InitUCA_UART (void) |
| void | IRDAEnable (void) |
| void | IRDADisable (void) |
| void | WriteByteUCA_UART (unsigned char data) |
| unsigned char | ReadByteUCA_UART (void) |
| void | InitIRDA (void) |
| unsigned char | TestIRDA (void) |
Definition in file irda.c.
1.5.1