micropython-lib/micropython/drivers
marcsello 3e859d2118 nrf24l01: Increase startup delay.
According to the datasheet of the NRF240L1 chip, 150 μs startup time is
only acceptable when the chip is clocked externally.  Most modules use a
crystal, which require 1.5 ms to settle.  It should be okay to wait more in
both cases, for a reliable startup.

Signed-off-by: Marcell Pünkösd <punkosdmarcell@rocketmail.com>
2025-04-10 22:25:40 +10:00
..
bus/onewire
codec/wm8960 wm8960: Bump patch version. 2023-08-23 11:42:00 +10:00
display all: Use non-u versions of built-in modules. 2024-06-14 10:35:06 +10:00
imu all: Remove unnecessary start argument in range. 2023-09-01 00:17:28 +10:00
led/neopixel
radio/nrf24l01 nrf24l01: Increase startup delay. 2025-04-10 22:25:40 +10:00
sensor all: Add missing const imports 2023-08-22 22:43:18 +10:00
storage/sdcard all: Enable ruff E401 and E402 import lints. 2024-05-17 17:06:33 +10:00