Skip to content

Commit 16dfe5a

Browse files
committed
Update board.py
Changed LED pin name from "BOARD_LED" to "LED".
1 parent f620e3c commit 16dfe5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XRPLib/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_default_board(cls):
1717
return cls._DEFAULT_BOARD_INSTANCE
1818

1919
def __init__(self, vin_pin="BOARD_VIN_MEASURE", button_pin="BOARD_USER_BUTTON",
20-
rgb_led_pin = "BOARD_NEOPIXEL", led_pin = "BOARD_LED"):
20+
rgb_led_pin = "BOARD_NEOPIXEL", led_pin = "LED"):
2121
"""
2222
Implements for extra features on the XRP v2 board. Handles the on/off switch, button, and LED.
2323

0 commit comments

Comments
 (0)