pybricks.parameters: Reduce floating warning to note.

This is a good case of a box. But nothing blows up if you try it, so a note suffices.
This commit is contained in:
Laurens Valk
2022-12-01 16:59:08 +01:00
parent 52cb0fe81e
commit 4d360d2b01
+2 -2
View File
@@ -29,9 +29,9 @@ if TYPE_CHECKING or os.environ.get("SPHINX_BUILD") == "True":
however, your input value will be truncated to a whole number anyway. In this
example, either command makes the program pause for just 15 milliseconds.
.. warning::
.. note::
The BOOST Move hub doesn't support floating point numbers due to
limited system resources, so only integers can be used on that hub.
limited system resources. Only integers can be used on that hub.
"""