SELKIELogger
1.0.0
|
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef float(* | i2c_dev_read_fn) (const int, const int, const void *) |
Device specific callback functions. | |
Functions | |
int | i2c_openConnection (const char *bus) |
Set up a connection to the specified bus. More... | |
void | i2c_closeConnection (int handle) |
Close existing connection. More... | |
int16_t | i2c_swapbytes (const int16_t in) |
Swap word byte order. More... | |
General connection functions for I2C bus connected sensors
Definition in file I2CConnection.h.