Skip to content

Commit d9ac186

Browse files
Update Notecard API from upstream schema changes (e6de0bf77b477013bf6b0f5e9f14cbd61cceec34) (#129)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4a85e89 commit d9ac186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notecard/card.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def io(card, i2c=None, mode=None):
321321

322322
@validate_card_object
323323
def led(card, mode=None, off=None, on=None):
324-
"""Use along with the card.aux API to turn connected LEDs on/off, to enable a specific color on an RGB LED, or to manage a single connected NeoPixel. If using monochromatic LEDs, they must be wired according to the instructions provided in the guide on Using Monitor Mode. Please note that the use of monochromatic LEDs is not supported by Notecard for LoRa. If using an RGB LED, it must be wired according to the instructions provided in the guide on Using RGB-Monitor Mode. Please note that the use of RGB LEDs is not supported by Notecard for LoRa. If using NeoPixels, the NeoPixel (or strip of NeoPixels) must be wired according to the instructions provided in the guide on Using Neo-Monitor Mode.
324+
"""Use along with the card.aux API to turn connected LEDs on/off, to enable a specific color on an RGB LED, or to manage a single connected NeoPixel. Monochromatic LEDs must be wired according to the instructions provided in the guide on Using Monitor Mode. Please note that the use of monochromatic LEDs is not supported by Notecard for LoRa. RGB LEDs must be wired according to the instructions provided in the guide on Using RGB-Monitor Mode. Please note that the use of RGB LEDs is not supported by Notecard for LoRa. NeoPixels must be wired according to the instructions provided in the guide on Using Neo-Monitor Mode.
325325
326326
Args:
327327
card (Notecard): The current Notecard object.

0 commit comments

Comments
 (0)