Skip to content

Commit ce5e267

Browse files
committed
shrink thunderpack_v11; fix PulseOut doc
1 parent 7587a52 commit ce5e267

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ports/stm/boards/thunderpack_v11/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ MCU_PACKAGE = UFQFPN48
1616
LD_COMMON = boards/common_nvm.ld
1717
LD_FILE = boards/STM32F411_nvm.ld
1818

19+
CIRCUITPY_BLEIO_HCI = 0
20+
CIRCUITPY_VECTORIO = 0
1921
CIRCUITPY_ULAB = 0

shared-bindings/pulseio/PulseOut.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
//| for on and off pairs."""
4343
//|
4444
//| def __init__(self, pin: microcontroller.Pin, *, frequency: int = 38000, duty_cycle: int = 1 << 15) -> None:
45-
//| """Create a PulseOut object associated with the given PWMout object.
45+
//| """Create a PulseOut object associated with the given pin.
4646
//|
47-
//| :param ~microcontroller.Pin pin: PWMOut that is set to output on the desired pin.
47+
//| :param ~microcontroller.Pin pin: Signal output pin
4848
//| :param int frequency: Carrier signal frequency in Hertz
4949
//| :param int duty_cycle: 16-bit duty cycle of carrier frequency (0 - 65536)
5050
//|

0 commit comments

Comments
 (0)