OpenBIC
OpenSource Bridge-IC
isl28022.c File Reference
#include <stdio.h>
#include <string.h>
#include "sensor.h"
#include "hal_i2c.h"
#include "isl28022.h"
#include <logging/log.h>
Include dependency graph for isl28022.c:

Functions

 LOG_MODULE_REGISTER (dev_isl28022)
 
uint8_t isl28022_read (sensor_cfg *cfg, int *reading)
 
uint8_t isl28022_init (sensor_cfg *cfg)
 

Function Documentation

◆ isl28022_init()

uint8_t isl28022_init ( sensor_cfg cfg)
Here is the call graph for this function:

◆ isl28022_read()

uint8_t isl28022_read ( sensor_cfg cfg,
int *  reading 
)
Here is the call graph for this function:

◆ LOG_MODULE_REGISTER()

LOG_MODULE_REGISTER ( dev_isl28022  )