From db2edcc9c530eb37414bb6c0d63e7be3c3afc712 Mon Sep 17 00:00:00 2001 From: Gordon Henderson Date: Tue, 2 Oct 2012 14:26:15 +0100 Subject: [PATCH] Updated examples makefile to not actually make any code now. Fixed timing in the LCD library to work with new dealyMicroseconds Minor typos and bigfixes to the gpio command. --- examples/README.TXT | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/README.TXT diff --git a/examples/README.TXT b/examples/README.TXT new file mode 100644 index 0000000..2bf6f1e --- /dev/null +++ b/examples/README.TXT @@ -0,0 +1,14 @@ + +wiringPi Examples +================= + +There are now too many examples to compile them all in a sensible time, +and you probably don't want to compile or run them all anyway, so they +have been separated out. + +To compile an individual example, just type + + make exampleName + +Where exampleName is one of: + -- 2.30.2