Merge branch 'patch-1' of https://github.com/jonas-schievink/pigpio into jonas-schievink-patch-1

This commit is contained in:
joan 2018-02-04 10:06:51 +00:00
commit e6d510b449
2 changed files with 6 additions and 1 deletions

View File

@ -40,9 +40,13 @@ A number of utility programs are provided:
* the pig2vcd utility which converts notifications into the value change dump (VCD)
format (useful for viewing digital waveforms with GTKWave).
## Documentation
See http://abyz.me.uk/rpi/pigpio/
## Example programs
See http://abyz.co.uk/rpi/pigpio/examples.html.
See http://abyz.me.uk/rpi/pigpio/examples.html
## GPIO

View File

@ -25,6 +25,7 @@ set(pigpio_INCLUDES ${pigpio_INCLUDE_DIR})
# Handle REQUIRED, QUIET, and version arguments
# and set the <packagename>_FOUND variable.
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(pigpio
DEFAULT_MSG
pigpio_INCLUDE_DIR pigpio_LIBRARY pigpiod_if_LIBRARY pigpiod_if2_LIBRARY)