mirror of https://github.com/joan2937/pigpio
Merge branch 'jonas-schievink-patch-1'
This commit is contained in:
commit
3fdebbf233
|
@ -40,9 +40,13 @@ A number of utility programs are provided:
|
||||||
* the pig2vcd utility which converts notifications into the value change dump (VCD)
|
* the pig2vcd utility which converts notifications into the value change dump (VCD)
|
||||||
format (useful for viewing digital waveforms with GTKWave).
|
format (useful for viewing digital waveforms with GTKWave).
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
See http://abyz.me.uk/rpi/pigpio/
|
||||||
|
|
||||||
## Example programs
|
## Example programs
|
||||||
|
|
||||||
See http://abyz.co.uk/rpi/pigpio/examples.html.
|
See http://abyz.me.uk/rpi/pigpio/examples.html
|
||||||
|
|
||||||
## GPIO
|
## GPIO
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,7 @@ set(pigpio_INCLUDES ${pigpio_INCLUDE_DIR})
|
||||||
|
|
||||||
# Handle REQUIRED, QUIET, and version arguments
|
# Handle REQUIRED, QUIET, and version arguments
|
||||||
# and set the <packagename>_FOUND variable.
|
# and set the <packagename>_FOUND variable.
|
||||||
|
include(FindPackageHandleStandardArgs)
|
||||||
find_package_handle_standard_args(pigpio
|
find_package_handle_standard_args(pigpio
|
||||||
DEFAULT_MSG
|
DEFAULT_MSG
|
||||||
pigpio_INCLUDE_DIR pigpio_LIBRARY pigpiod_if_LIBRARY pigpiod_if2_LIBRARY)
|
pigpio_INCLUDE_DIR pigpio_LIBRARY pigpiod_if_LIBRARY pigpiod_if2_LIBRARY)
|
||||||
|
|
Loading…
Reference in New Issue