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