Skip to content

Commit 7c9e255

Browse files
committed
update readme
1 parent d7c7a31 commit 7c9e255

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# PulseInput
22
This is a simple library for an interrupt based, non-blocking alternative to Arduino's [pulseIn](https://reference.arduino.cc/reference/cs/language/functions/advanced-io/pulsein/) function.
33

4-
# Example uses
54
This library is well suited to read the channels of a RC receiver or the output of an ultrasonic distance sensor. Given that it uses interrupts to measure the signals, one can read multiple signals without delays in the main loop.
65

76
# How it works
@@ -10,5 +9,5 @@ A pin change interrupts is used to detect when a signal is rising or falling, an
109
![image](diagram.png)
1110

1211
# Dependencies
13-
This library depends on the [PinChangeInterrupt](https://github.com/NicoHood/PinChangeInterrupt) library. As such, it is compatible with many Arduinos (Uno, Nano, Mega, etc) and digiSpark ATTinys boards. Please see the documentation of PinChangeInterrupt to see if your board is supported.
12+
This library depends on the [PinChangeInterrupt](https://github.com/NicoHood/PinChangeInterrupt) library, so it works with standard Arduinos (Uno, Nano, Mega, etc) and the digiSpark ATTinys boards. Please see the documentation of PinChangeInterrupt to see if your board is supported.
1413

0 commit comments

Comments
 (0)