LibDriver MCP3421
Loading...
Searching...
No Matches
driver_mcp3421_shot.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_MCP3421_SHOT_H
38#define DRIVER_MCP3421_SHOT_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
50
54#define MCP3421_SHOT_DEFAULT_BIT MCP3421_BIT_18
55#define MCP3421_SHOT_DEFAULT_PGA MCP3421_PGA_1
56
64uint8_t mcp3421_shot_init(void);
65
73uint8_t mcp3421_shot_deinit(void);
74
83uint8_t mcp3421_shot_read(double *s);
84
88
89#ifdef __cplusplus
90}
91#endif
92
93#endif
driver mcp3421 interface header file
uint8_t mcp3421_shot_deinit(void)
shot example deinit
uint8_t mcp3421_shot_read(double *s)
shot example read
uint8_t mcp3421_shot_init(void)
shot example init