LibDriver ADS1110
Loading...
Searching...
No Matches
driver_ads1110_basic.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_ADS1110_BASIC_H
38#define DRIVER_ADS1110_BASIC_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
56#define ADS1110_BASIC_DEFAULT_RATE ADS1110_RATE_15SPS
57#define ADS1110_BASIC_DEFAULT_GAIN ADS1110_GAIN_1
58
68
76uint8_t ads1110_basic_deinit(void);
77
86uint8_t ads1110_basic_read(float *s);
87
91
92#ifdef __cplusplus
93}
94#endif
95
96#endif
driver ads1110 interface header file
ads1110_address_t
ads1110 address enumeration definition
uint8_t ads1110_basic_init(ads1110_address_t addr)
basic example init
uint8_t ads1110_basic_read(float *s)
basic example read
uint8_t ads1110_basic_deinit(void)
basic example deinit