Commit ccb291501f5101fbab9b0b5767f2e0d201a0dc9c

Authored by lahouass
1 parent b21eaa0f

code de libretour.h effectif

Showing 1 changed file with 14 additions and 0 deletions   Show diff stats
codes/libretour.h 0 → 100644
... ... @@ -0,0 +1,14 @@
  1 +
  2 +
  3 +void init_serial(void);
  4 +
  5 +void send_serial(unsigned char);
  6 +
  7 +void send_msg2(char*);
  8 +
  9 +void send_msg(char*);
  10 +
  11 +void retour(char*);
  12 +
  13 +//////////////////////////////////////////////
  14 +
... ...