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

API to handle SPI-based MicroChip ADC chips family (MCP3001-2-4-8, MCP3201-2-4-8, MCP3301-2-4). More...

#include "../spi.h"
#include "../time.h"
#include "../types_traits.h"
#include "../utilities.h"
Include dependency graph for mcp3x0x.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  devices::mcp3x0x::MCP3x0x< CS, CHANNEL_, MASK, RSHIFT, TYPE_ >
 Generic class to support (almost) any chip of the SPI-based MicroChip ADC chips family (MCP3001-2-4-8, MCP3201-2-4-8, MCP3301-2-4). More...
 

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.
 

Detailed Description

API to handle SPI-based MicroChip ADC chips family (MCP3001-2-4-8, MCP3201-2-4-8, MCP3301-2-4).

Definition in file mcp3x0x.h.