FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
API to handle MicroChip ADC chip MCP3302. 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::MCP3302 = MCP3x0x< CS, MCP3302Channel, 0x1FFF, 0, int16_t > |
Device class supporting MCP3302 ADC chip. More... | |
Enumerations | |
enum class | devices::mcp3x0x::MCP3302Channel : uint16_t { CH0 = 0x0C00 , CH1 = 0x0C80 , CH2 = 0x0D00 , CH3 = 0x0D80 , CH0_CH1 = 0x0800 , CH1_CH0 = 0x0880 , CH2_CH3 = 0x0900 , CH3_CH2 = 0x0980 } |
List of channels supported by MCP3302. More... | |
API to handle MicroChip ADC chip MCP3302.
Definition in file mcp3302.h.