Files
gpio-reader/examples
Connor Gibson 55e189eda5 Switch to stdbool.h
- Add `#include <stdbool.h> to all files previously using the
   `TRUE`/`FALSE` macros
 - Replace all instances of `TRUE`/`FALSE` with `true`/`false`,
   respectively
 - Definitions of `TRUE`/`FALSE` macros retained in wiringPi.h for compatibility.
2025-06-07 13:14:49 -07:00
..
2025-06-07 13:14:49 -07:00
2025-06-07 13:14:49 -07:00
2025-06-07 13:14:49 -07:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2025-06-07 13:14:49 -07:00
2012-08-17 10:16:31 +01:00
2024-09-08 19:11:49 +02:00
2022-02-09 11:58:59 +00:00
2024-03-24 11:08:12 +01:00
2025-01-29 11:50:28 +01:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2025-06-07 13:14:49 -07:00
2025-06-07 13:14:49 -07:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2013-03-24 20:12:14 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2022-02-09 11:58:59 +00:00
2025-06-07 13:14:49 -07:00
2022-02-09 11:58:59 +00:00

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: