16 lines
202 B
C
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_ */
|