2 parents 972b038 + 2129bbe commit b25cbd3Copy full SHA for b25cbd3
1 file changed
ports/esp8266/common-hal/pulseio/PulseIn.c
@@ -159,6 +159,10 @@ uint16_t common_hal_pulseio_pulsein_get_maxlen(pulseio_pulsein_obj_t* self) {
159
return self->maxlen;
160
}
161
162
+bool common_hal_pulseio_pulsein_get_paused(pulseio_pulsein_obj_t* self) {
163
+ return false;
164
+}
165
+
166
uint16_t common_hal_pulseio_pulsein_get_len(pulseio_pulsein_obj_t* self) {
167
return self->len;
168
0 commit comments