38#ifndef DRIVER_PCF8591_INCREMENT_H
39#define DRIVER_PCF8591_INCREMENT_H
55#define PCF8591_INCREMENT_DEFAULT_REFERENCE_VOLTAGE 3.3f
driver pcf8591 interface header file
pcf8591_mode_t
pcf8591 mode definition
pcf8591_address_t
pcf8591 address enumeration definition
uint8_t pcf8591_increment_init(pcf8591_address_t addr, pcf8591_mode_t mode)
increment example init
uint8_t pcf8591_increment_read(int16_t *raw, float *adc, uint8_t *len)
increment example read the adc
uint8_t pcf8591_increment_write(float dac)
increment example write the dac
uint8_t pcf8591_increment_deinit(void)
increment example deinit