FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
mcp3002.h File Reference

API to handle MicroChip ADC chip MCP3002. More...

#include "mcp3x0x.h"
Include dependency graph for mcp3002.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::MCP3002 = MCP3x0x< CS, MCP3002Channel, 0x03FF, 0 >
 Device class supporting MCP3002 ADC chip. More...
 

Enumerations

enum class  devices::mcp3x0x::MCP3002Channel : uint8_t {
  CH0 = 0x40 ,
  CH1 = 0x50 ,
  CH0_CH1 = 0x60 ,
  CH1_CH0 = 0x70
}
 List of channels supported by MCP3002. More...
 

Detailed Description

API to handle MicroChip ADC chip MCP3002.

Definition in file mcp3002.h.