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

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

#include "mcp3x0x.h"
Include dependency graph for mcp3208.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::MCP3208 = MCP3x0x< CS, MCP3208Channel, 0x0FFF, 0 >
 Device class supporting MCP3208 ADC chip. More...
 

Enumerations

enum class  devices::mcp3x0x::MCP3208Channel : uint16_t {
  CH0 = 0x0600 ,
  CH1 = 0x0640 ,
  CH2 = 0x0680 ,
  CH3 = 0x06C0 ,
  CH4 = 0x0700 ,
  CH5 = 0x0740 ,
  CH6 = 0x0780 ,
  CH7 = 0x07C0 ,
  CH0_CH1 = 0x0400 ,
  CH1_CH0 = 0x0440 ,
  CH2_CH3 = 0x0480 ,
  CH3_CH2 = 0x04C0 ,
  CH4_CH5 = 0x0500 ,
  CH5_CH4 = 0x0540 ,
  CH6_CH7 = 0x0580 ,
  CH7_CH6 = 0x05C0
}
 List of channels supported by MCP3208. More...
 

Detailed Description

API to handle MicroChip ADC chip MCP3208.

Definition in file mcp3208.h.