Skip to content

Commit c9c0682

Browse files
authored
Update README.md
1 parent a453837 commit c9c0682

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

samples/Gpio/GpioChangeCounter/README.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# GPIOChangeCounter sample
22

3-
Shows how to use the [Windows.Devices.Gpio]((http://docs.nanoframework.net/api/Windows.Devices.Gpio.html) GpioChangeCounter API to count pulses from a device.
4-
3+
Shows how to use the [Windows.Devices.Gpio](http://docs.nanoframework.net/api/Windows.Devices.Gpio.html) [GpioChangeCounter API](http://docs.nanoframework.net/api/Windows.Devices.Gpio.GpioChangeCounter.html) to count pulses from a device.
54

65
> **Note:** This sample is part of a large collection of nanoFramework feature samples.
76
> If you are unfamiliar with Git and GitHub, you can download the entire collection as a
@@ -11,29 +10,22 @@ Shows how to use the [Windows.Devices.Gpio]((http://docs.nanoframework.net/api/W
1110
> the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq).
1211
> For more samples, see the [Samples portal](https://aka.ms/winsamples) on the Windows Dev Center. -->
1312

14-
15-
Shows how to use the [Windows.Devices.Gpio]() GpioChangeCounter API to:
13+
Shows how to use the [Windows.Devices.Gpio](http://docs.nanoframework.net/api/Windows.Devices.Gpio.html) [GpioChangeCounter API](http://docs.nanoframework.net/api/Windows.Devices.Gpio.GpioChangeCounter.html) to:
1614
* Count rising, failing and both edges of a pulse on a GPIO pins
1715
* Read the count and the relative time of count
1816
* Reset the count
1917
* Start / Stop count
2018

21-
2219
## Hardware requirements
2320

2421
Any hardware device running a nanoFramework image built with GPIO support enabled.
2522
The sample uses a PWM signal to generate the pulses so requires the PWM pin to be connected to the Counter pin.
2623

27-
2824
## Related topics
2925

30-
### Samples
31-
32-
[GpioChangeCounter](/Gpio/GpioChangeCounter)
33-
3426
### Reference
3527

36-
[Windows.Devices.Gpio](http://docs.nanoframework.net/api/Windows.Devices.Gpio.html)
28+
[Windows.Devices.Gpio.GpioChangeCounter](http://docs.nanoframework.net/api/Windows.Devices.Gpio.GpioChangeCounter.html)
3729

3830
<!-- [nanoFramework app samples]() -->
3931

0 commit comments

Comments
 (0)