add MLX90614 LIB

This commit is contained in:
yelvlab 2024-09-26 10:09:05 +08:00
parent 93a7aa7991
commit a113fefbbe
3 changed files with 14 additions and 0 deletions

View File

@ -19,6 +19,7 @@ set(TARGET_C_SRC
${CMAKE_SOURCE_DIR}/src/gd32e23x_it.c
${CMAKE_SOURCE_DIR}/src/systick.c
${CMAKE_SOURCE_DIR}/src/ultrasonic_driver.c
${CMAKE_SOURCE_DIR}/src/mlx90614.c
)
add_executable(xlsw_3dp_ultrasonic_300K ${TARGET_C_SRC})

8
inc/mlx90614.h Normal file
View File

@ -0,0 +1,8 @@
//
// Created by dell on 24-9-26.
//
#ifndef MLX90614_H
#define MLX90614_H
#endif //MLX90614_H

5
src/mlx90614.c Normal file
View File

@ -0,0 +1,5 @@
//
// Created by dell on 24-9-26.
//
#include "mlx90614.h"