1
0
Files
setr2-monorepo/P3_SETR2/Core/Inc/globals.h
2025-10-27 17:07:20 +01:00

22 lines
541 B
C

/*
* 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_ */