C++ API for MAX44009 chip (Ambient Light Sensor)  
 More...
The Maxim Integrated MAX44009 is Industry's Lowest-Power Ambient Light Sensor with ADC.
 
      
        
          | MAX44009  | 
          ( | 
          int  | 
          bus = MAX44009_I2C_BUS,  | 
        
        
           | 
           | 
          int  | 
          devAddr = MAX44009_ADDRESS  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Instanciates a MAX44009 object
- Parameters
 - 
  
    | bus | number of used bus  | 
    | devAddr | address of used i2c device  | 
  
   
 
 
MAX44009 object destructor, basicaly it close i2c connection. 
 
 
      
        
          | uint16_t getVisibleRaw  | 
          ( | 
           | ) | 
           | 
        
      
 
Read the raw visible light value 
 
 
  
  
      
        
          | virtual const char* getModuleName  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
Returns name of module. This is the string in library name after libupm_
- Returns
 - name of module 
 
Implements IModuleStatus.
 
 
The documentation for this class was generated from the following files: