MLX90632 Driver Library
a258525c
Universal MCU library for the 90632
|
MLX90632 driver dependencies. More...
Go to the source code of this file.
Functions | |
int32_t | mlx90632_i2c_read (int16_t register_address, uint16_t *value) |
Read the register_address value from the mlx90632. More... | |
int32_t | mlx90632_i2c_write (int16_t register_address, uint16_t value) |
Write value to register_address of the mlx90632. More... | |
void | usleep (int min_range, int max_range) |
Blocking function for sleeping in microseconds. More... | |
void | msleep (int msecs) |
Blocking function for sleeping in milliseconds. More... | |
MLX90632 driver dependencies.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file mlx90632_depends.h.