1
0
This commit is contained in:
2025-10-27 17:07:20 +01:00
parent 7e264d691c
commit bd24f1fb79
576 changed files with 240919 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
/*
* globals.h
*
* Created on: Oct 27, 2025
* Author: jomaa
*/
#ifndef INC_GLOBALS_H_
#define INC_GLOBALS_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"
#include <stdio.h>
#endif /* INC_GLOBALS_H_ */