12 lines
197 B
C
12 lines
197 B
C
#ifndef TELECOMMANDE_H
|
|
#define TELECOMMANDE_H
|
|
#include "Driver_UART.h"
|
|
#include "stm32f10x.h"
|
|
|
|
|
|
void init_telecommande(void);
|
|
void telecommande_plateau (int data);
|
|
void testRemote(void);
|
|
|
|
|
|
#endif
|