1
0

add P4 & P5

This commit is contained in:
2025-11-24 15:44:12 +01:00
parent bd24f1fb79
commit f6fa6d94ce
1120 changed files with 576492 additions and 83 deletions

View File

@@ -0,0 +1,23 @@
/*
* global.h
*
* Created on: Nov 17, 2025
* Author: jomaa
*/
#ifndef INC_GLOBAL_H_
#define INC_GLOBAL_H_
#include "cmsis_os.h"
#include "FreeRTOS.h"
#include "semphr.h"
#include "../../BSP/stm32l475e_iot01.h"
#include "../../BSP/stm32l475e_iot01_accelero.h"
#include "../../BSP/stm32l475e_iot01_gyro.h"
#include "../../BSP/stm32l475e_iot01_hsensor.h"
#include "../../BSP/stm32l475e_iot01_magneto.h"
#include "../../BSP/stm32l475e_iot01_psensor.h"
#include "../../BSP/stm32l475e_iot01_qspi.h"
#include "../../BSP/stm32l475e_iot01_tsensor.h"
#endif /* INC_GLOBAL_H_ */