Source code for lpf2.port_num.mario

"""Port numbers for the LEGO Super Mario hub."""

[docs] GESTURE: int = 0x00
"""Gesture sensor."""
[docs] BARCODE: int = 0x01
"""Barcode/tag reader."""
[docs] PANTS: int = 0x02
"""Pants (character costume) sensor."""
[docs] VOLTAGE: int = 0x06
"""Battery voltage sensor."""