From ccb291501f5101fbab9b0b5767f2e0d201a0dc9c Mon Sep 17 00:00:00 2001 From: lahouass Date: Sat, 21 Mar 2020 20:25:47 +0100 Subject: [PATCH] code de libretour.h effectif --- codes/libretour.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+), 0 deletions(-) create mode 100644 codes/libretour.h diff --git a/codes/libretour.h b/codes/libretour.h new file mode 100644 index 0000000..6c5c4af --- /dev/null +++ b/codes/libretour.h @@ -0,0 +1,14 @@ + + +void init_serial(void); + +void send_serial(unsigned char); + +void send_msg2(char*); + +void send_msg(char*); + +void retour(char*); + +////////////////////////////////////////////// + -- libgit2 0.21.2