mirror of https://github.com/joan2937/pigpio
Merge branch 'patch-1' of https://github.com/jonas-schievink/pigpio into jonas-schievink-patch-1
This commit is contained in:
commit
e6d510b449
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue