mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2025-12-12 16:08:49 +01:00
Added in generic 'blink' programs in the examples in C, RTB and Shell. Updated wiringPi with a little big-file on the millis() function and added in a new micros() function too. Updated the examples with standard LGPL headers. Added a new isr-osc.c test program - just for ISR timing purposes.
19 lines
353 B
Plaintext
19 lines
353 B
Plaintext
|
|
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
|
|
|
|
To really compile everything:
|
|
|
|
make really-all
|
|
|
|
The individual tests are:
|
|
|