![]() |
LibDriver MLX90614
|
mlx90614 driver modules More...
Topics | |
| mlx90614 link driver function | |
| mlx90614 link driver modules | |
| mlx90614 basic driver function | |
| mlx90614 basic driver modules | |
| mlx90614 advance driver function | |
| mlx90614 advance driver modules | |
| mlx90614 extern driver function | |
| mlx90614 extern driver modules | |
| mlx90614 interface driver function | |
| mlx90614 interface driver modules | |
| mlx90614 example driver function | |
| mlx90614 example driver modules | |
| mlx90614 test driver function | |
| mlx90614 test driver modules | |
Functions | |
| uint8_t | mlx90614_write_addr (mlx90614_handle_t *handle, uint8_t addr) |
| write the address | |
| uint8_t | mlx90614_read_addr (mlx90614_handle_t *handle, uint8_t *addr) |
| read the address | |
mlx90614 driver modules
| uint8_t mlx90614_read_addr | ( | mlx90614_handle_t * | handle, |
| uint8_t * | addr ) |
read the address
| [in] | *handle | pointer to an mlx90614 handle structure |
| [out] | *addr | pointer to an iic address buffer |
Definition at line 335 of file driver_mlx90614.c.
| uint8_t mlx90614_write_addr | ( | mlx90614_handle_t * | handle, |
| uint8_t | addr ) |
write the address
| [in] | *handle | pointer to an mlx90614 handle structure |
| [in] | addr | iic address |
Definition at line 289 of file driver_mlx90614.c.