File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,6 @@ Constants
36
36
37
37
Constant used to indicate a throughput of 2 Mbit a second.
38
38
39
- .. py :attribute :: RATE_250KBIT
40
-
41
- **Deprecated **.
42
- This rate is possible with micro:bit V1, but it is not guaranteed to work
43
- on V2, so it has been deprecated for compatibility reasons.
44
-
45
39
46
40
Functions
47
41
=========
@@ -94,6 +88,13 @@ Functions
94
88
data throughput takes place. Can be one of the following contants defined
95
89
in the ``radio `` module : ``RATE_1MBIT `` or ``RATE_2MBIT ``.
96
90
91
+ .. note ::
92
+
93
+ A lower data rate of of 250kbit/sec is supported in micro:bit V1, and
94
+ may be possible with micro:bit V2, but it is not guaranteed to work on
95
+ all devices. To access this hidden feature for compatibility with V1
96
+ pass ``2 `` to the ``data_rate `` argument.
97
+
97
98
If ``config `` is not called then the defaults described above are assumed.
98
99
99
100
.. py :function :: reset()
You can’t perform that action at this time.
0 commit comments