libwebsockets
Lightweight C library for HTML5 websockets
|
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
struct | lws_i2c_ops |
Typedefs | |
typedef struct lws_i2c_ops | lws_i2c_ops_t |
Functions | |
LWS_VISIBLE LWS_EXTERN int | lws_i2c_command (const lws_i2c_ops_t *ctx, uint8_t ads7, uint8_t c) |
LWS_VISIBLE LWS_EXTERN int | lws_i2c_command_list (const lws_i2c_ops_t *ctx, uint8_t ads7, const uint8_t *buf, size_t len) |
typedef struct lws_i2c_ops lws_i2c_ops_t |
LWS_VISIBLE LWS_EXTERN int lws_i2c_command | ( | const lws_i2c_ops_t * | ctx, |
uint8_t | ads7, | ||
uint8_t | c | ||
) |
LWS_VISIBLE LWS_EXTERN int lws_i2c_command_list | ( | const lws_i2c_ops_t * | ctx, |
uint8_t | ads7, | ||
const uint8_t * | buf, | ||
size_t | len | ||
) |