Mcp320x
|
#include <stdint.h>
#include <stdbool.h>
#include <Arduino.h>
#include <SPI.h>
Go to the source code of this file.
Data Structures | |
class | MCP320x< ChannelType > |
union | MCP320x< ChannelType >::SpiData |
Namespaces | |
MCP320xTypes | |
MCP320xTypes::MCP3201 | |
MCP320xTypes::MCP3202 | |
MCP320xTypes::MCP3204 | |
MCP320xTypes::MCP3208 | |
Typedefs | |
using | MCP3201 = MCP320x< MCP320xTypes::MCP3201::Channel > |
using | MCP3202 = MCP320x< MCP320xTypes::MCP3202::Channel > |
using | MCP3204 = MCP320x< MCP320xTypes::MCP3204::Channel > |
using | MCP3208 = MCP320x< MCP320xTypes::MCP3208::Channel > |
Interface for the Microchip MCP3208/3204/3202/3201 12 bit ADC. The class is implemented for all available channel versions of the chip.
Definition in file Mcp320x.h.
using MCP3201 = MCP320x<MCP320xTypes::MCP3201::Channel> |
using MCP3202 = MCP320x<MCP320xTypes::MCP3202::Channel> |
using MCP3204 = MCP320x<MCP320xTypes::MCP3204::Channel> |
using MCP3208 = MCP320x<MCP320xTypes::MCP3208::Channel> |