LibDriver ADS1110
Loading...
Searching...
No Matches
driver_ads1110_shot.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_ADS1110_SHOT_H
38#define DRIVER_ADS1110_SHOT_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
50
54#define ADS1110_SHOT_DEFAULT_RATE ADS1110_RATE_15SPS
55#define ADS1110_SHOT_DEFAULT_GAIN ADS1110_GAIN_1
56
66
75uint8_t ads1110_shot_read(float *s);
76
84uint8_t ads1110_shot_deinit(void);
85
89
90#ifdef __cplusplus
91}
92#endif
93
94#endif
driver ads1110 interface header file
ads1110_address_t
ads1110 address enumeration definition
uint8_t ads1110_shot_init(ads1110_address_t addr)
shot example init
uint8_t ads1110_shot_deinit(void)
shot example deinit
uint8_t ads1110_shot_read(float *s)
shot example read