GITLAB
grouille
/
IMA3_P10
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ccb291501f5101fbab9b0b5767f2e0d201a0dc9c
Authored by
lahouass
2020-03-21 20:25:47 +0100
1 parent
b21eaa0f
code de libretour.h effectif
Showing
1 changed file
with
14 additions
and
0 deletions
Show diff stats
codes/libretour.h
Inline
Side-by-side
codes/libretour.h
0 → 100644
Wrap text
Show/Hide comments
View file @
ccb2915
...
...
@@ -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
+
...
...