Nut/OS  4.10.3
API Reference
IR Devices
Collaboration diagram for IR Devices:

Functions

long NutIrGet (uint32_t tmo)
 Get next infrared code.

Function Documentation

long NutIrGet ( uint32_t  tmo)

Get next infrared code.

Parameters:
tmoTimeout in milliseconds.
Returns:
The code received from an infrared decoder or -1 on timeout.

Definition at line 66 of file ir.c.

References nut_ircode, nut_irqueue, and NutEventWait().

Here is the call graph for this function: