/* * Abonoly.h * * Created on: May 17, 2024 * Author: Fujitsu */ #ifndef INC_ABONOLY_H_ #define INC_ABONOLY_H_ // Header #include "stm32l4s5i_iot01_accelero.h" // Constant #define NB_SMP 256 // Function decalartion void Debug_Abonly( char * ); void filAccBuf (); #endif /* INC_ABONOLY_H_ */