Browse Source

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.
pull/22/head
Gordon Henderson 12 years ago
parent
commit
db2edcc9c5
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      examples/README.TXT

+ 14
- 0
examples/README.TXT View File

@@ -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:


Loading…
Cancel
Save