aboutsummaryrefslogtreecommitdiff
path: root/esp8266/Makefile
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-03-13 21:55:11 +0100
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-03-24 10:30:15 +0000
commit7cb54864aa7c651fc65350708afcddfab2a15fcc (patch)
tree7d935580403b7dfaa49a35fe2ab6f1c93e3f173d /esp8266/Makefile
parentd200a621647aa9fc05aae29ad7bc38363025438b (diff)
Add PulseIn support which can be used to measure a series of pulse widths.0.9.2
This is useful for infrared input and DHT sensors.
Diffstat (limited to 'esp8266/Makefile')
-rw-r--r--esp8266/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile
index 8b522a0aa..ec2475439 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -114,6 +114,7 @@ SRC_COMMON_HAL = \
nativeio/AnalogOut.c \
nativeio/DigitalInOut.c \
nativeio/I2C.c \
+ nativeio/PulseIn.c \
nativeio/PulseOut.c \
nativeio/PWMOut.c \
nativeio/SPI.c \