aboutsummaryrefslogtreecommitdiff
path: root/shared-bindings/pulseio/PulseOut.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/pulseio/PulseOut.h')
-rw-r--r--shared-bindings/pulseio/PulseOut.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-bindings/pulseio/PulseOut.h b/shared-bindings/pulseio/PulseOut.h
index d6279ed6f..2cf78d3f2 100644
--- a/shared-bindings/pulseio/PulseOut.h
+++ b/shared-bindings/pulseio/PulseOut.h
@@ -36,6 +36,7 @@ extern const mp_obj_type_t pulseio_pulseout_type;
extern void common_hal_pulseio_pulseout_construct(pulseio_pulseout_obj_t* self,
const pulseio_pwmout_obj_t* carrier);
extern void common_hal_pulseio_pulseout_deinit(pulseio_pulseout_obj_t* self);
+extern bool common_hal_pulseio_pulseout_deinited(pulseio_pulseout_obj_t* self);
extern void common_hal_pulseio_pulseout_send(pulseio_pulseout_obj_t* self,
uint16_t* pulses, uint16_t len);