We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564674d commit cf9b998Copy full SHA for cf9b998
adafruit_magtag/magtag.py
@@ -54,7 +54,8 @@ class MagTag:
54
NeoPixel. Defaults to ``None``, not the status LED
55
:param json_transform: A function or a list of functions to call with the parsed JSON.
56
Changes and additions are permitted for the ``dict`` object.
57
- :param rotation: Default rotation is landscape (270) but can be 0, 90, or 180 for portrait/rotated
+ :param rotation: Default rotation is landscape (270) but can be 0, 90, or 180 for
58
+ portrait/rotated
59
:param debug: Turn on debug print outs. Defaults to False.
60
61
"""
0 commit comments