FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
API to handle MicroChip ADC chip MCP3301. More...
#include "mcp3x0x.h"
Go to the source code of this file.
Namespaces | |
namespace | devices |
Defines all API for all external devices supported by FastArduino. | |
namespace | devices::mcp3x0x |
Defines the API for MicroChip ADC chips family support. | |
Typedefs | |
template<board::DigitalPin CS> | |
using | devices::mcp3x0x::MCP3301 = MCP3x0x< CS, MCP3301Channel, 0x1FFF, 0, int16_t > |
Device class supporting MCP3301 ADC chip. More... | |
Enumerations | |
enum class | devices::mcp3x0x::MCP3301Channel : uint8_t { DIFF = 0x00 } |
List of channels supported by MCP3301. More... | |
API to handle MicroChip ADC chip MCP3301.
Definition in file mcp3301.h.