@@ -22,20 +22,21 @@ body:
22
22
> - [PlatformIO forums](https://community.platformio.org/)
23
23
24
24
We also host exhaustive [library documentation][docs].
25
- Please check the [API docs][api-docs] and/or [platform-specific pages][platform-pages] to see if your problem is described or addressed there.
26
-
27
- Python users should migrate to using our [pyRF24](https://github.com/nRF24/pyRF24) python package.
28
-
29
- <details><summary>The pyRF24 package has numerous advantages over the older/individual python wrapper(s)</summary>
30
-
31
- - [x] [drop-in compatible](https://nrf24.github.io/pyRF24/#migrating-to-pyrf24)
32
- - [x] available via [`pip install pyrf24`](https://pypi.org/project/pyrf24/)
33
- - [x] no need to build from source and does not require the C++ libraries installed
34
- - [x] includes wrappers for RF24, RF24Network, RF24Mesh libraries and a fake BLE implementation
35
- - [x] includes typing stubs for type checking tools like mypy
36
- - [x] has [dedicated documentation](https://nrf24.github.io/pyRF24) and supports Python's builtin `help()` function
37
-
38
- </details>
25
+ Please check the [API documentation][api-docs] or [platform support pages][platform-pages] to see if your question is addressed there.
26
+
27
+ > [!important]
28
+ > Python users should migrate to using our [pyRF24](https://github.com/nRF24/pyRF24) python package.
29
+ >
30
+ > <details><summary>The pyRF24 package has numerous advantages over the older/individual python wrapper(s)</summary>
31
+ >
32
+ > - [x] [drop-in compatible](https://nrf24.github.io/pyRF24/#migrating-to-pyrf24) API
33
+ > - [x] available via [`pip install pyrf24`](https://pypi.org/project/pyrf24/)
34
+ > - [x] no need to build from source and does not require the C++ libraries installed
35
+ > - [x] includes wrappers for RF24, RF24Network, RF24Mesh libraries and a fake BLE implementation
36
+ > - [x] includes typing stubs for type checking tools like mypy
37
+ > - [x] has [dedicated documentation](https://nrf24.github.io/pyRF24) and supports Python's builtin `help()` function
38
+ >
39
+ > </details>
39
40
40
41
- type : input
41
42
id : module
0 commit comments