summaryrefslogtreecommitdiff
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.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/shared-bindings/pulseio/PulseOut.h b/shared-bindings/pulseio/PulseOut.h
index 49dc555fe..dce58a63e 100644
--- a/shared-bindings/pulseio/PulseOut.h
+++ b/shared-bindings/pulseio/PulseOut.h
@@ -33,15 +33,15 @@
extern const mp_obj_type_t pulseio_pulseout_type;
-extern void common_hal_pulseio_pulseout_construct(pulseio_pulseout_obj_t* self,
- const pwmio_pwmout_obj_t* carrier,
- const mcu_pin_obj_t* pin,
- uint32_t frequency,
- uint16_t duty_cycle);
+extern void common_hal_pulseio_pulseout_construct(pulseio_pulseout_obj_t *self,
+ const pwmio_pwmout_obj_t *carrier,
+ const mcu_pin_obj_t *pin,
+ uint32_t frequency,
+ uint16_t duty_cycle);
-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);
+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);
#endif // MICROPY_INCLUDED_SHARED_BINDINGS_PULSEIO_PULSEOUT_H