M5Unit-ANADIG 0.1.0 git rev:3fbd370
Loading...
Searching...
No Matches
unit_ADS11xx.hpp File Reference

Base class of ADS1100,ADS1110. More...

#include <M5UnitComponent.hpp>
#include <m5_utility/stl/extension.hpp>
#include <m5_utility/container/circular_buffer.hpp>
#include <limits>

Go to the source code of this file.

Classes

struct  m5::unit::ads11xx::Data
 Measurement data group. More...
 
class  m5::unit::UnitADS11XX
 Base class of ADS1100,ADS1110. More...
 
struct  m5::unit::UnitADS11XX::Config
 

Namespaces

namespace  m5
 Top level namespace of M5stack.
 
namespace  ads11xx
 For ADS1100,ADS1110.
 

Enumerations

enum class  m5::unit::ads11xx::PGA : uint8_t { Gain1 , Gain2 , Gain4 , Gain8 }
 Programmable Gain Amplifier. More...
 

Detailed Description

Base class of ADS1100,ADS1110.

Enumeration Type Documentation

◆ PGA

enum class m5::unit::ads11xx::PGA : uint8_t
strong

Programmable Gain Amplifier.

Enumerator
Gain1 

1 as default

Gain2 

2

Gain4 

4

Gain8 

8