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

16 lines
202 B
C

/*
* magnetic.h
*
* Created on: Oct 27, 2025
* Author: jomaa
*/
#ifndef INC_MAGNETIC_H_
#define INC_MAGNETIC_H_
#include "globals.h"
void Magneto_Test(void);
#endif /* INC_MAGNETIC_H_ */