From 7282435afd6e015d20f0d8b422109f9e897e9b1c Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Wed, 2 Aug 2023 14:45:53 +0800 Subject: [PATCH] renew i2c driver for mlx90640 --- {ST7789 => STM32CubeIDE/Application/User/ST7789}/fonts.c | 0 {ST7789 => STM32CubeIDE/Application/User/ST7789}/fonts.h | 0 {ST7789 => STM32CubeIDE/Application/User/ST7789}/img.h | 0 {ST7789 => STM32CubeIDE/Application/User/ST7789}/st7789.c | 0 {ST7789 => STM32CubeIDE/Application/User/ST7789}/st7789.h | 0 .../Application/User/mlx90640}/MLX90640_API.cpp | 0 .../Application/User/mlx90640}/MLX90640_API.h | 0 .../Application/User/mlx90640}/MLX90640_I2C_Driver.cpp | 0 .../Application/User/mlx90640}/MLX90640_I2C_Driver.h | 0 .../Application/User/mlx90640}/MLX90640_SWI2C_Driver.cpp | 0 .../Application/User/mlx90640}/mlx90640_user.c | 0 .../Application/User/mlx90640}/mlx90640_user.h | 0 {w25qxx => STM32CubeIDE/Application/User/w25qxx}/w25qxx.c | 0 {w25qxx => STM32CubeIDE/Application/User/w25qxx}/w25qxx.h | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {ST7789 => STM32CubeIDE/Application/User/ST7789}/fonts.c (100%) rename {ST7789 => STM32CubeIDE/Application/User/ST7789}/fonts.h (100%) rename {ST7789 => STM32CubeIDE/Application/User/ST7789}/img.h (100%) rename {ST7789 => STM32CubeIDE/Application/User/ST7789}/st7789.c (100%) rename {ST7789 => STM32CubeIDE/Application/User/ST7789}/st7789.h (100%) rename {mlx90640 => STM32CubeIDE/Application/User/mlx90640}/MLX90640_API.cpp (100%) rename {mlx90640 => STM32CubeIDE/Application/User/mlx90640}/MLX90640_API.h (100%) rename {mlx90640 => STM32CubeIDE/Application/User/mlx90640}/MLX90640_I2C_Driver.cpp (100%) rename {mlx90640 => STM32CubeIDE/Application/User/mlx90640}/MLX90640_I2C_Driver.h (100%) rename {mlx90640 => STM32CubeIDE/Application/User/mlx90640}/MLX90640_SWI2C_Driver.cpp (100%) rename {mlx90640 => STM32CubeIDE/Application/User/mlx90640}/mlx90640_user.c (100%) rename {mlx90640 => STM32CubeIDE/Application/User/mlx90640}/mlx90640_user.h (100%) rename {w25qxx => STM32CubeIDE/Application/User/w25qxx}/w25qxx.c (100%) rename {w25qxx => STM32CubeIDE/Application/User/w25qxx}/w25qxx.h (100%) diff --git a/ST7789/fonts.c b/STM32CubeIDE/Application/User/ST7789/fonts.c similarity index 100% rename from ST7789/fonts.c rename to STM32CubeIDE/Application/User/ST7789/fonts.c diff --git a/ST7789/fonts.h b/STM32CubeIDE/Application/User/ST7789/fonts.h similarity index 100% rename from ST7789/fonts.h rename to STM32CubeIDE/Application/User/ST7789/fonts.h diff --git a/ST7789/img.h b/STM32CubeIDE/Application/User/ST7789/img.h similarity index 100% rename from ST7789/img.h rename to STM32CubeIDE/Application/User/ST7789/img.h diff --git a/ST7789/st7789.c b/STM32CubeIDE/Application/User/ST7789/st7789.c similarity index 100% rename from ST7789/st7789.c rename to STM32CubeIDE/Application/User/ST7789/st7789.c diff --git a/ST7789/st7789.h b/STM32CubeIDE/Application/User/ST7789/st7789.h similarity index 100% rename from ST7789/st7789.h rename to STM32CubeIDE/Application/User/ST7789/st7789.h diff --git a/mlx90640/MLX90640_API.cpp b/STM32CubeIDE/Application/User/mlx90640/MLX90640_API.cpp similarity index 100% rename from mlx90640/MLX90640_API.cpp rename to STM32CubeIDE/Application/User/mlx90640/MLX90640_API.cpp diff --git a/mlx90640/MLX90640_API.h b/STM32CubeIDE/Application/User/mlx90640/MLX90640_API.h similarity index 100% rename from mlx90640/MLX90640_API.h rename to STM32CubeIDE/Application/User/mlx90640/MLX90640_API.h diff --git a/mlx90640/MLX90640_I2C_Driver.cpp b/STM32CubeIDE/Application/User/mlx90640/MLX90640_I2C_Driver.cpp similarity index 100% rename from mlx90640/MLX90640_I2C_Driver.cpp rename to STM32CubeIDE/Application/User/mlx90640/MLX90640_I2C_Driver.cpp diff --git a/mlx90640/MLX90640_I2C_Driver.h b/STM32CubeIDE/Application/User/mlx90640/MLX90640_I2C_Driver.h similarity index 100% rename from mlx90640/MLX90640_I2C_Driver.h rename to STM32CubeIDE/Application/User/mlx90640/MLX90640_I2C_Driver.h diff --git a/mlx90640/MLX90640_SWI2C_Driver.cpp b/STM32CubeIDE/Application/User/mlx90640/MLX90640_SWI2C_Driver.cpp similarity index 100% rename from mlx90640/MLX90640_SWI2C_Driver.cpp rename to STM32CubeIDE/Application/User/mlx90640/MLX90640_SWI2C_Driver.cpp diff --git a/mlx90640/mlx90640_user.c b/STM32CubeIDE/Application/User/mlx90640/mlx90640_user.c similarity index 100% rename from mlx90640/mlx90640_user.c rename to STM32CubeIDE/Application/User/mlx90640/mlx90640_user.c diff --git a/mlx90640/mlx90640_user.h b/STM32CubeIDE/Application/User/mlx90640/mlx90640_user.h similarity index 100% rename from mlx90640/mlx90640_user.h rename to STM32CubeIDE/Application/User/mlx90640/mlx90640_user.h diff --git a/w25qxx/w25qxx.c b/STM32CubeIDE/Application/User/w25qxx/w25qxx.c similarity index 100% rename from w25qxx/w25qxx.c rename to STM32CubeIDE/Application/User/w25qxx/w25qxx.c diff --git a/w25qxx/w25qxx.h b/STM32CubeIDE/Application/User/w25qxx/w25qxx.h similarity index 100% rename from w25qxx/w25qxx.h rename to STM32CubeIDE/Application/User/w25qxx/w25qxx.h