Skip to content

Commit 068ffd0

Browse files
authored
Merge pull request adafruit#919 from adafruit/jerryneedell-patch-2
fix adafruit#918
2 parents a250224 + 2129bbe commit 068ffd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/esp8266/common-hal/pulseio/PulseIn.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ uint16_t common_hal_pulseio_pulsein_get_maxlen(pulseio_pulsein_obj_t* self) {
6262
return 0;
6363
}
6464

65+
bool common_hal_pulseio_pulsein_get_paused(pulseio_pulsein_obj_t* self) {
66+
return false;
67+
}
68+
6569
uint16_t common_hal_pulseio_pulsein_get_len(pulseio_pulsein_obj_t* self) {
6670
return 0;
6771
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy