Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs/radio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ Constants

Constant used to indicate a throughput of 2 Mbit a second.

.. py:attribute:: RATE_250KBIT

**Deprecated**.
This rate is possible with micro:bit V1, but it is not guaranteed to work
on V2, so it has been deprecated for compatibility reasons.


Functions
=========
Expand Down Expand Up @@ -94,6 +88,13 @@ Functions
data throughput takes place. Can be one of the following contants defined
in the ``radio`` module : ``RATE_1MBIT`` or ``RATE_2MBIT``.

.. note::

A lower data rate of of 250kbit/sec is supported in micro:bit V1, and
may be possible with micro:bit V2, but it is not guaranteed to work on
all devices. To access this hidden feature for compatibility with V1
pass ``2`` to the ``data_rate`` argument.

If ``config`` is not called then the defaults described above are assumed.

.. py:function:: reset()
Expand Down