Source code for lpf2.port_num.poweredupremote

"""Port numbers for the Powered-Up remote control."""

[docs] LEFT: int = 0x00
"""Left button-pair port.""" """Right button-pair port."""
[docs] LED: int = 0x34
"""Built-in remote LED."""
[docs] VOLTAGE: int = 0x3B
"""Built-in voltage sensor."""
[docs] RSSI: int = 0x3C
"""BLE RSSI reporter."""