|
rusEFI
The most advanced open source ECU
|
MCP3208 ADC chip driver structure. More...
#include <mcp3208.h>

Data Fields | |
| SPIDriver * | driver |
| unsigned char | tx_buff [3] |
| unsigned char | rx_buff [3] |
| int | requestedChannel |
| int | results [8] |
| int McpAdcState::results[8] |
Definition at line 33 of file mcp3208.h.
Referenced by getValue().
| unsigned char McpAdcState::rx_buff[3] |
Definition at line 31 of file mcp3208.h.
Referenced by spiCallback().