Skip to content

Commit 40c2de8

Browse files
committed
doc improvements
1 parent d3e85d1 commit 40c2de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ports/raspberrypi/bindings/cyw43/__init__.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ const mp_obj_type_t cyw43_pin_type = {
5959
//| PM_STANDARD: int
6060
//| """The standard power management mode"""
6161
//| PM_AGGRESSIVE: int
62-
//| """Aggressive power management mode for optimial power usage at the cost of performance"""
62+
//| """Aggressive power management mode for optimal power usage at the cost of performance"""
6363
//| PM_PERFORMANCE: int
6464
//| """Performance power management mode where more power is used to increase performance"""
6565
//| PM_DISABLED: int
66-
//| """Disable power management and always use highest power mode. CircuitPython sets this value at reset time, because it provides the best reliability."""
66+
//| """Disable power management and always use highest power mode. CircuitPython sets this value at reset time, because it provides the best connectivity reliability."""
6767
//|
6868
//| def set_power_management(value: int) -> None:
6969
//| """Set the power management register
@@ -78,7 +78,7 @@ const mp_obj_type_t cyw43_pin_type = {
7878
//| The low 4 bits, ``m``, are the power management mode:
7979
//| * 0: disabled
8080
//| * 1: aggressive power saving which reduces wifi throughput
81-
//| * 2: Power saving with High througput
81+
//| * 2: Power saving with high througput
8282
//|
8383
//| The next 8 bits, ``r``, specify "the maximum time to wait before going back to sleep" for power management mode 2. The units of ``r`` are 10ms.
8484
//|

0 commit comments

Comments
 (0)