File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -742,14 +742,7 @@ You could other examples if needed featuring different
742
742
functionalities of the library.
743
743
If you add additional examples, be sure to include them in the ``examples.rst ``. Naming of the examples
744
744
files should use the name of the library followed by a description, using underscore to separate them.
745
- When using print statements you should use the ``" ".format() `` format, as there are particular boards
746
- that are not capable to use f-strings.
747
745
748
- .. code-block :: python
749
-
750
- text_to_display = " World!"
751
-
752
- print (" Hello {} " .format(text_to_display))
753
746
754
747
Sensor properties and units
755
748
--------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments