projet_voilier/keil_project/MDK-ARM/accelerometer.h

18 lines
400 B
C

// RIEN A MODIFIER //
#ifndef ACCELERO_H
#define ACCELERO_H
#include "stm32f103xb.h"
/* =====================================================================================
Les fonctions qui gèrent les IO (ajout par rapport à l'activité 1)
=======================================================================================*/
void accelero_init(void);
int accelero_roulis(void);
#endif