MLX90632 Driver Library  a258525c
Universal MCU library for the 90632
mlx90632_depends.h
Go to the documentation of this file.
1 
33 #ifndef _MLX90632_DEPENDS_LIB_
34 #define _MLX90632_DEPENDS_LIB_
35 
36 
49 extern int32_t mlx90632_i2c_read(int16_t register_address, uint16_t *value);
50 
63 extern int32_t mlx90632_i2c_write(int16_t register_address, uint16_t value);
64 
74 extern void usleep(int min_range, int max_range);
75 
84 extern void msleep(int msecs);
85 
87 #endif
int32_t mlx90632_i2c_read(int16_t register_address, uint16_t *value)
Read the register_address value from the mlx90632.
void msleep(int msecs)
Blocking function for sleeping in milliseconds.
int32_t mlx90632_i2c_write(int16_t register_address, uint16_t value)
Write value to register_address of the mlx90632.
void usleep(int min_range, int max_range)
Blocking function for sleeping in microseconds.