15 lines
191 B
C
15 lines
191 B
C
#ifndef CHAVIREMENT_H
|
|
#define CHAVIREMENT_H
|
|
|
|
#include "stm32f10x.h"
|
|
|
|
void chavirement_init(void);
|
|
|
|
uint16_t chavirement_handler(void);
|
|
|
|
char lire(char) ;
|
|
|
|
|
|
void ecrire(char, char) ;
|
|
|
|
#endif
|