22 lines
541 B
C
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_ */
|