![]() |
LibDriver MLX90614
1.0.0
MLX90614 full-featured driver
|
mlx90614 handle structure definition More...
#include <driver_mlx90614.h>
Data Fields | |
uint8_t | iic_addr |
uint8_t(* | iic_init )(void) |
uint8_t(* | iic_deinit )(void) |
uint8_t(* | iic_read )(uint8_t addr, uint8_t reg, uint8_t *buf, uint16_t len) |
uint8_t(* | iic_write )(uint8_t addr, uint8_t reg, uint8_t *buf, uint16_t len) |
void(* | delay_ms )(uint32_t ms) |
void(* | debug_print )(const char *const fmt,...) |
uint8_t(* | scl_write )(uint8_t v) |
uint8_t(* | sda_write )(uint8_t v) |
uint8_t | inited |
mlx90614 handle structure definition
Definition at line 189 of file driver_mlx90614.h.
void(* debug_print) (const char *const fmt,...) |
point to a debug_print function address
Definition at line 197 of file driver_mlx90614.h.
void(* delay_ms) (uint32_t ms) |
point to a delay_ms function address
Definition at line 196 of file driver_mlx90614.h.
uint8_t iic_addr |
iic device address
Definition at line 191 of file driver_mlx90614.h.
uint8_t(* iic_deinit) (void) |
point to an iic_deinit function address
Definition at line 193 of file driver_mlx90614.h.
uint8_t(* iic_init) (void) |
point to an iic_init function address
Definition at line 192 of file driver_mlx90614.h.
uint8_t(* iic_read) (uint8_t addr, uint8_t reg, uint8_t *buf, uint16_t len) |
point to an iic_read function address
Definition at line 194 of file driver_mlx90614.h.
uint8_t(* iic_write) (uint8_t addr, uint8_t reg, uint8_t *buf, uint16_t len) |
point to an iic_write function address
Definition at line 195 of file driver_mlx90614.h.
uint8_t inited |
inited flag
Definition at line 200 of file driver_mlx90614.h.
uint8_t(* scl_write) (uint8_t v) |
point to a scl_write address
Definition at line 198 of file driver_mlx90614.h.
uint8_t(* sda_write) (uint8_t v) |
point to a sda_write address
Definition at line 199 of file driver_mlx90614.h.