From e78b23018d32f7ed61c16e001975fbddc3f5bf35 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 4 Apr 2019 18:09:32 -0400 Subject: [PATCH 1/3] Create README.md --- telem/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 telem/README.md diff --git a/telem/README.md b/telem/README.md new file mode 100644 index 00000000..1ede5eb5 --- /dev/null +++ b/telem/README.md @@ -0,0 +1,8 @@ +To compile: + +gcc -pedantic -Wall -Wextra -c readall.c +gcc -o readall -pedantic -Wall -Wextra -L./ readall.o -lwiringPi + +Then to run: + +./readll From 1ce3b4c9a414b72346e2276d94c70fbe6c8eaf35 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 4 Apr 2019 18:09:43 -0400 Subject: [PATCH 2/3] Update README.md --- telem/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/telem/README.md b/telem/README.md index 1ede5eb5..ef17230a 100644 --- a/telem/README.md +++ b/telem/README.md @@ -1,6 +1,7 @@ To compile: gcc -pedantic -Wall -Wextra -c readall.c + gcc -o readall -pedantic -Wall -Wextra -L./ readall.o -lwiringPi Then to run: From 2b5a9181a503a5c8a314415972ebdd8eebdf6733 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 4 Apr 2019 18:10:08 -0400 Subject: [PATCH 3/3] Update README.md --- telem/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telem/README.md b/telem/README.md index ef17230a..d843efeb 100644 --- a/telem/README.md +++ b/telem/README.md @@ -6,4 +6,4 @@ gcc -o readall -pedantic -Wall -Wextra -L./ readall.o -lwiringPi Then to run: -./readll +./readall