#include <config.h>
#include <mem.h>
#include <sys/h8.h>
Include dependency graph for lnp-logical.h:
Go to the source code of this file.
Functions | |
void | lnp_logical_range (int far) |
Set the IR transmitter range. | |
int | lnp_logical_range_is_far (void) |
Test the IR transmitter range setting. | |
int | lnp_logical_write (const void *buf, size_t len) |
Write buffer to IR port. | |
void | lnp_logical_fflush (void) |
Empty the IR receive buffer. |
Definition in file lnp-logical.h.
|
Empty the IR receive buffer.
|
|
Set the IR transmitter range. Configure the INFRARED transmitter power
NOTE2: toggles port 4 bit 0
Definition at line 62 of file lnp-logical.h. |
|
Test the IR transmitter range setting. Determine if the INFRARED transmitter power is set to long range
Definition at line 73 of file lnp-logical.h. |
|
Write buffer to IR port. Write {len} chars (starting at {buf}) to IR port.
|
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2002 by the authors. |