Analog I/O. More...
| #define | PLAYER_AIO_CMD_STATE 1 |
| Data: state (PLAYER_AIO_DATA_STATE) | |
| #define | PLAYER_AIO_DATA_STATE 1 |
| Data: state (PLAYER_AIO_DATA_STATE) | |
| typedef struct player_aio_data | player_aio_data_t |
| Data: state (PLAYER_AIO_DATA_STATE) | |
| typedef struct player_aio_cmd | player_aio_cmd_t |
| Command: state (PLAYER_AIO_CMD_STATE) |
Detailed Description
Analog I/O.
The aio interface provides access to an analog I/O device.
Define Documentation
| #define PLAYER_AIO_CMD_STATE 1 |
Data: state (PLAYER_AIO_DATA_STATE)
The aio interface returns data regarding the current state of the analog inputs.
| #define PLAYER_AIO_DATA_STATE 1 |
Data: state (PLAYER_AIO_DATA_STATE)
The aio interface returns data regarding the current state of the analog inputs.
Referenced by RFLEX::Main().
Typedef Documentation
| typedef struct player_aio_cmd player_aio_cmd_t |
Command: state (PLAYER_AIO_CMD_STATE)
The aio interface allows for the voltage level on one output to be set
| typedef struct player_aio_data player_aio_data_t |
Data: state (PLAYER_AIO_DATA_STATE)
The aio interface returns data regarding the current state of the analog inputs.
